Skip to content

Commit

Permalink
Fix broken tests
Browse files Browse the repository at this point in the history
  • Loading branch information
wlsf82 authored May 30, 2024
1 parent 812cd97 commit 103eb70
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cypress/e2e/mealSuggestion.cy.js
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ describe('Meal suggestion', () => {
cy.get('#search-container button')
.as('searchButton')
.should('be.visible')
cy.contains('#meal-name', 'Refeição: ')
cy.get('#meal-name')
.as('mealName')
.should('be.visible')
cy.contains('#ingredients-label', 'Ingredientes:')
Expand Down

0 comments on commit 103eb70

Please sign in to comment.