Skip to content

Commit

Permalink
test: fix image-callback test for polling variant by adding short del…
Browse files Browse the repository at this point in the history
…ay between clicks
  • Loading branch information
David Hartmann authored and JackUrb committed Mar 20, 2023
1 parent e7deb6a commit f8bb7ad
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions cypress/integration/image.js
Original file line number Diff line number Diff line change
Expand Up @@ -276,6 +276,7 @@ describe('Image Pane', () => {
.click() // to focus the pane
.find('div.content')
.click(click1[0], click1[1])
.wait(300)
.click(click2[0], click2[1]);
cy.get('.layout .react-grid-item .content-text')
.first()
Expand Down

0 comments on commit f8bb7ad

Please sign in to comment.