Skip to content

Commit

Permalink
tests: correct updateEdge test
Browse files Browse the repository at this point in the history
Signed-off-by: braks <[email protected]>
  • Loading branch information
bcakmakoglu committed Nov 29, 2024
1 parent 63175de commit 6746876
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions tests/cypress/component/2-vue-flow/updateEdge.cy.ts
Original file line number Diff line number Diff line change
Expand Up @@ -50,13 +50,13 @@ describe('Check if edges are updatable', () => {
view: win,
})
.trigger('mousemove', {
clientX: x + 5,
clientY: y + 5,
clientX: x,
clientY: y,
force: true,
})
.trigger('mouseup', {
clientX: x + 5,
clientY: y + 5,
clientX: x,
clientY: y,
force: true,
view: win,
})
Expand Down

0 comments on commit 6746876

Please sign in to comment.