Skip to content

Commit f8bb7ad

Browse files
David HartmannJackUrb
David Hartmann
authored andcommitted
test: fix image-callback test for polling variant by adding short delay between clicks
1 parent e7deb6a commit f8bb7ad

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

cypress/integration/image.js

+1
Original file line numberDiff line numberDiff line change
@@ -276,6 +276,7 @@ describe('Image Pane', () => {
276276
.click() // to focus the pane
277277
.find('div.content')
278278
.click(click1[0], click1[1])
279+
.wait(300)
279280
.click(click2[0], click2[1]);
280281
cy.get('.layout .react-grid-item .content-text')
281282
.first()

0 commit comments

Comments
 (0)