diff --git a/browser_tests/fixtures/ComfyPage.ts b/browser_tests/fixtures/ComfyPage.ts index 16dc9bf90..af4fc7cf2 100644 --- a/browser_tests/fixtures/ComfyPage.ts +++ b/browser_tests/fixtures/ComfyPage.ts @@ -728,7 +728,9 @@ export const comfyPageFixture = base.extend<{ comfyPage: ComfyPage }>({ 'Comfy.Graph.CanvasMenu': false, // Hide all badges by default. 'Comfy.NodeBadge.NodeIdBadgeMode': NodeBadgeMode.None, - 'Comfy.NodeBadge.NodeSourceBadgeMode': NodeBadgeMode.None + 'Comfy.NodeBadge.NodeSourceBadgeMode': NodeBadgeMode.None, + // Disable tooltips by default to avoid flakiness. + 'Comfy.EnableTooltips': false }) await comfyPage.setup() await use(comfyPage) diff --git a/browser_tests/groupNode.spec.ts b/browser_tests/groupNode.spec.ts index 7422a5247..7fb7fc592 100644 --- a/browser_tests/groupNode.spec.ts +++ b/browser_tests/groupNode.spec.ts @@ -90,6 +90,7 @@ test.describe('Group Node', () => { }) test('Displays tooltip on title hover', async ({ comfyPage }) => { + await comfyPage.setSetting('Comfy.EnableTooltips', true) await comfyPage.convertAllNodesToGroupNode('Group Node') await comfyPage.page.mouse.move(47, 173) const tooltipTimeout = 500 diff --git a/browser_tests/interaction.spec.ts-snapshots/batch-disconnect-links-disconnected-chromium-2x-linux.png b/browser_tests/interaction.spec.ts-snapshots/batch-disconnect-links-disconnected-chromium-2x-linux.png index fa7b92eae..38cef5af1 100644 Binary files a/browser_tests/interaction.spec.ts-snapshots/batch-disconnect-links-disconnected-chromium-2x-linux.png and b/browser_tests/interaction.spec.ts-snapshots/batch-disconnect-links-disconnected-chromium-2x-linux.png differ diff --git a/browser_tests/interaction.spec.ts-snapshots/batch-disconnect-links-disconnected-chromium-linux.png b/browser_tests/interaction.spec.ts-snapshots/batch-disconnect-links-disconnected-chromium-linux.png index 07f85b8a9..95cfed96b 100644 Binary files a/browser_tests/interaction.spec.ts-snapshots/batch-disconnect-links-disconnected-chromium-linux.png and b/browser_tests/interaction.spec.ts-snapshots/batch-disconnect-links-disconnected-chromium-linux.png differ diff --git a/browser_tests/interaction.spec.ts-snapshots/batch-move-links-moved-chromium-2x-linux.png b/browser_tests/interaction.spec.ts-snapshots/batch-move-links-moved-chromium-2x-linux.png index be2bac9ac..0c5da0f3a 100644 Binary files a/browser_tests/interaction.spec.ts-snapshots/batch-move-links-moved-chromium-2x-linux.png and b/browser_tests/interaction.spec.ts-snapshots/batch-move-links-moved-chromium-2x-linux.png differ diff --git a/browser_tests/interaction.spec.ts-snapshots/batch-move-links-moved-chromium-linux.png b/browser_tests/interaction.spec.ts-snapshots/batch-move-links-moved-chromium-linux.png index 0e0efadad..5bbc21a4a 100644 Binary files a/browser_tests/interaction.spec.ts-snapshots/batch-move-links-moved-chromium-linux.png and b/browser_tests/interaction.spec.ts-snapshots/batch-move-links-moved-chromium-linux.png differ diff --git a/browser_tests/interaction.spec.ts-snapshots/dragging-link1-chromium-2x-linux.png b/browser_tests/interaction.spec.ts-snapshots/dragging-link1-chromium-2x-linux.png index 5363e446c..64a59fdd9 100644 Binary files a/browser_tests/interaction.spec.ts-snapshots/dragging-link1-chromium-2x-linux.png and b/browser_tests/interaction.spec.ts-snapshots/dragging-link1-chromium-2x-linux.png differ diff --git a/browser_tests/interaction.spec.ts-snapshots/dragging-link1-chromium-linux.png b/browser_tests/interaction.spec.ts-snapshots/dragging-link1-chromium-linux.png index b858ca85e..8033830a3 100644 Binary files a/browser_tests/interaction.spec.ts-snapshots/dragging-link1-chromium-linux.png and b/browser_tests/interaction.spec.ts-snapshots/dragging-link1-chromium-linux.png differ diff --git a/browser_tests/interaction.spec.ts-snapshots/dragging-link2-chromium-2x-linux.png b/browser_tests/interaction.spec.ts-snapshots/dragging-link2-chromium-2x-linux.png index 6ee8979ed..4a3e7604d 100644 Binary files a/browser_tests/interaction.spec.ts-snapshots/dragging-link2-chromium-2x-linux.png and b/browser_tests/interaction.spec.ts-snapshots/dragging-link2-chromium-2x-linux.png differ diff --git a/browser_tests/interaction.spec.ts-snapshots/dragging-link2-chromium-linux.png b/browser_tests/interaction.spec.ts-snapshots/dragging-link2-chromium-linux.png index 5166b9aac..49d5af251 100644 Binary files a/browser_tests/interaction.spec.ts-snapshots/dragging-link2-chromium-linux.png and b/browser_tests/interaction.spec.ts-snapshots/dragging-link2-chromium-linux.png differ diff --git a/browser_tests/interaction.spec.ts-snapshots/panning-when-dragging-link-chromium-2x-linux.png b/browser_tests/interaction.spec.ts-snapshots/panning-when-dragging-link-chromium-2x-linux.png index 1142425c5..ec7383a71 100644 Binary files a/browser_tests/interaction.spec.ts-snapshots/panning-when-dragging-link-chromium-2x-linux.png and b/browser_tests/interaction.spec.ts-snapshots/panning-when-dragging-link-chromium-2x-linux.png differ diff --git a/browser_tests/interaction.spec.ts-snapshots/panning-when-dragging-link-chromium-linux.png b/browser_tests/interaction.spec.ts-snapshots/panning-when-dragging-link-chromium-linux.png index ef9beea67..e3ade17a3 100644 Binary files a/browser_tests/interaction.spec.ts-snapshots/panning-when-dragging-link-chromium-linux.png and b/browser_tests/interaction.spec.ts-snapshots/panning-when-dragging-link-chromium-linux.png differ diff --git a/browser_tests/interaction.spec.ts-snapshots/text-encode-toggled-back-open-chromium-2x-linux.png b/browser_tests/interaction.spec.ts-snapshots/text-encode-toggled-back-open-chromium-2x-linux.png index 967b99376..7fafa1e9e 100644 Binary files a/browser_tests/interaction.spec.ts-snapshots/text-encode-toggled-back-open-chromium-2x-linux.png and b/browser_tests/interaction.spec.ts-snapshots/text-encode-toggled-back-open-chromium-2x-linux.png differ diff --git a/browser_tests/interaction.spec.ts-snapshots/text-encode-toggled-back-open-chromium-linux.png b/browser_tests/interaction.spec.ts-snapshots/text-encode-toggled-back-open-chromium-linux.png index b9882de6f..bcfab4635 100644 Binary files a/browser_tests/interaction.spec.ts-snapshots/text-encode-toggled-back-open-chromium-linux.png and b/browser_tests/interaction.spec.ts-snapshots/text-encode-toggled-back-open-chromium-linux.png differ diff --git a/browser_tests/rightClickMenu.spec.ts-snapshots/right-click-node-bypassed-chromium-2x-linux.png b/browser_tests/rightClickMenu.spec.ts-snapshots/right-click-node-bypassed-chromium-2x-linux.png index 7575c1d7a..2aa99b64b 100644 Binary files a/browser_tests/rightClickMenu.spec.ts-snapshots/right-click-node-bypassed-chromium-2x-linux.png and b/browser_tests/rightClickMenu.spec.ts-snapshots/right-click-node-bypassed-chromium-2x-linux.png differ diff --git a/browser_tests/rightClickMenu.spec.ts-snapshots/right-click-node-bypassed-chromium-linux.png b/browser_tests/rightClickMenu.spec.ts-snapshots/right-click-node-bypassed-chromium-linux.png index 39eb634d3..b5202b3bc 100644 Binary files a/browser_tests/rightClickMenu.spec.ts-snapshots/right-click-node-bypassed-chromium-linux.png and b/browser_tests/rightClickMenu.spec.ts-snapshots/right-click-node-bypassed-chromium-linux.png differ diff --git a/package-lock.json b/package-lock.json index a488fc7c5..5f1590f03 100644 --- a/package-lock.json +++ b/package-lock.json @@ -9,7 +9,7 @@ "version": "1.3.24", "dependencies": { "@atlaskit/pragmatic-drag-and-drop": "^1.3.1", - "@comfyorg/litegraph": "^0.8.7", + "@comfyorg/litegraph": "^0.8.8", "@primevue/themes": "^4.0.5", "@vueuse/core": "^11.0.0", "axios": "^1.7.4", @@ -1910,9 +1910,9 @@ "dev": true }, "node_modules/@comfyorg/litegraph": { - "version": "0.8.7", - "resolved": "https://registry.npmjs.org/@comfyorg/litegraph/-/litegraph-0.8.7.tgz", - "integrity": "sha512-/bJgLcGGn29r+Ff1dJ4GMI+HHeFtRrsY5sdx+uoqaTGEYiyO5I4XLEzshbmZIEDtzgNk89VI8cyoS1FlcM3m6Q==", + "version": "0.8.8", + "resolved": "https://registry.npmjs.org/@comfyorg/litegraph/-/litegraph-0.8.8.tgz", + "integrity": "sha512-onJnSTcE4Cdph9D0W8ZYUwpazvhk8XB29Xq4kCDke4FuzNeyPoe6O7bgQv8lkGiDbNvIMMlrDszS0kz0tKl7jw==", "license": "MIT" }, "node_modules/@cspotcode/source-map-support": { diff --git a/package.json b/package.json index 2afd4effc..1d074ee25 100644 --- a/package.json +++ b/package.json @@ -66,7 +66,7 @@ }, "dependencies": { "@atlaskit/pragmatic-drag-and-drop": "^1.3.1", - "@comfyorg/litegraph": "^0.8.7", + "@comfyorg/litegraph": "^0.8.8", "@primevue/themes": "^4.0.5", "@vueuse/core": "^11.0.0", "axios": "^1.7.4",