Skip to content

Commit

Permalink
test: wait after clicking next sheet
Browse files Browse the repository at this point in the history
  • Loading branch information
malkja committed Oct 25, 2024
1 parent ad21703 commit 7c97117
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/cypress/e2e/variants.cy.js
Original file line number Diff line number Diff line change
Expand Up @@ -92,6 +92,7 @@ const selectors = {
.find('button')
.contains('Next Sheet')
.click()
.wait(500)
.get(selectors.list)
.children()
.should('have.length', 11)
Expand Down

0 comments on commit 7c97117

Please sign in to comment.