Skip to content

Commit ce2132b

Browse files
committed
nit
1 parent 5eeb844 commit ce2132b

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

browser_tests/ComfyPage.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -372,7 +372,7 @@ export class ComfyPage {
372372
}
373373

374374
get clipTextEncodeNode2InputSlot(): Position {
375-
return { x: 427, y: 400 }
375+
return { x: 427, y: 402 }
376376
}
377377

378378
// A point on input edge.

browser_tests/interaction.spec.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@ test.describe('Node Interaction', () => {
2727
test.describe('Edge Interaction', () => {
2828
test.beforeEach(async ({ comfyPage }) => {
2929
await comfyPage.setSetting('Comfy.LinkRelease.Action', 'no action')
30+
await comfyPage.setSetting('Comfy.LinkRelease.ActionShift', 'no action')
3031
})
3132

3233
test('Can disconnect/connect edge', async ({ comfyPage }) => {

0 commit comments

Comments
 (0)