Skip to content

Commit

Permalink
test: after clicking the button use cy. to get the panel element
Browse files Browse the repository at this point in the history
  • Loading branch information
malkja committed Oct 25, 2024
1 parent 41979ad commit af72cf3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/cypress/e2e/variants.cy.js
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ const selectors = {
.contains('Next Sheet')
.click()
.wait(500)
.get('.panels-wrapper > .panel:nth-child(4)')
cy.get('.panels-wrapper > .panel:nth-child(4)')
.find('.annotations-list')
//.get(selectors.list)
//.children()
Expand Down

0 comments on commit af72cf3

Please sign in to comment.