Skip to content

Commit

Permalink
test: apply cy.wait(500) to click after panning code
Browse files Browse the repository at this point in the history
  • Loading branch information
LTakhyunKim committed May 16, 2024
1 parent f769491 commit 1dced91
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions apps/insight-viewer-dev-e2e/src/e2e/interaction.custom.cy.ts
Original file line number Diff line number Diff line change
Expand Up @@ -166,6 +166,7 @@ describe(
y: 30,
button: 0,
})
cy.wait(500)
cy.get('.cornerstone-canvas-wrapper').mouseclick({
x: CLIENT_X,
y: CLIENT_Y,
Expand Down Expand Up @@ -203,6 +204,7 @@ describe(
y: -60,
button: 0,
})
cy.wait(500)
cy.get('.cornerstone-canvas-wrapper').mouseclick({
x: CLIENT_X,
y: CLIENT_Y,
Expand Down

0 comments on commit 1dced91

Please sign in to comment.