Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fixing security warning. npm update. Added README badge. Trying to fix e2e error #187

Merged
merged 2 commits into from
Aug 14, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
# CaloriesTracker

[![Build Status](https://img.shields.io/endpoint.svg?url=https%3A%2F%2Factions-badge.atrox.dev%2Fturulomio%2Fcalories_tracker%2Fbadge%3Fref%3Dmain&style=flat)](https://actions-badge.atrox.dev/turulomio/calories_tracker/goto?ref=main)


This is the Vue 3 evolution of the branch vue2 of project https://github.com/turulomio/calories_tracker/ and it's the frontend app of https://github.com/turulomio/django_calories_tracker backend.

## Installation
Expand Down
5 changes: 3 additions & 2 deletions cypress/e2e/recipes.cy.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import { login_test_User, add_recipe_from_recipes_vue } from "./commons"
describe('e2e System products', () => {
it('System Products', () => {
describe('e2e Recipes', () => {
it('Recipes', () => {

login_test_User(cy)

Expand All @@ -20,6 +20,7 @@ describe('e2e System products', () => {
cy.getDataTest(`Recipes_Table_Row${recipes_id}`).click()
cy.get('h1 > .v-btn').last().click()
cy.getDataTest('MyMenuInline_Header1_Item0').click()
cy.wait(1000)
cy.getDataTest('RecipesMerge_Autocomplete').type("e1{downArrow}{enter}")
cy.getDataTest('RecipesMerge_Button').click()

Expand Down
Loading
Loading