Skip to content

Commit

Permalink
Fix broken test
Browse files Browse the repository at this point in the history
  • Loading branch information
wlsf82 committed Jul 8, 2024
1 parent bbc0e63 commit 75eefa7
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 @@ -259,7 +259,7 @@ describe('Meal suggestion', () => {
.and('contain', 'alho')
.and('contain', 'tempero verde')
.its('length')
.should('equal', 5)
.should('equal', 6)
})

it('filters and searches for a high-protein meal (negative scenario)', () => {
Expand Down

0 comments on commit 75eefa7

Please sign in to comment.