Skip to content

Commit b0ef7bc

Browse files
committed
Don't drop link on run button
1 parent cdb22e1 commit b0ef7bc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

browser_tests/tests/vueNodes/interactions/links/linkInteraction.spec.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -897,7 +897,7 @@ test.describe('Vue Node Link Interaction', () => {
897897
0,
898898
false
899899
)
900-
const dropPos = { x: outputCenter.x + 200, y: outputCenter.y - 120 }
900+
const dropPos = { x: outputCenter.x + 200, y: outputCenter.y - 100 }
901901

902902
await comfyMouse.move(outputCenter)
903903
await comfyPage.page.keyboard.down('Shift')

0 commit comments

Comments
 (0)