Skip to content

Commit

Permalink
chore: update e2e tests
Browse files Browse the repository at this point in the history
  • Loading branch information
paul-thebaud committed Oct 30, 2024
1 parent fd53264 commit 88bd27e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/e2e/specs/PropsCard.spec.js
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ describe('PropsCard.vue', () => {
cy.dataCy('props-card')
.find('[role=list]')
.find('[role=listitem]')
.should('have.length', 22);
.should('have.length', 23);

cy.dataCy('search-props').type('laceholde');

Expand Down

0 comments on commit 88bd27e

Please sign in to comment.