Skip to content

Commit 951a9b4

Browse files
committed
fix e2e
1 parent 6c23284 commit 951a9b4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/compass-e2e-tests/tests/data-modeling-tab.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -212,7 +212,7 @@ async function dragNode(
212212
.action('pointer')
213213
.move({
214214
x: Math.round(startPosition.x + nodeSize.width / 2),
215-
y: 15, // we're aiming for the header area (top of the node)
215+
y: Math.round(startPosition.y + 15), // we're aiming for the header area (top of the node)
216216
})
217217
.down({ button: 0 }) // Left mouse button
218218
.move({ duration: 1000, origin: 'pointer', ...pointerActionMoveParams })

0 commit comments

Comments
 (0)