[Hotfix] Cherry-pick fixes to core/1.24 (#4790)

Co-authored-by: Claude <noreply@anthropic.com>
This commit is contained in:
Christian Byrne
2025-08-06 14:09:18 -07:00
committed by GitHub
parent db62a48911
commit 8d9689a94d
7 changed files with 250 additions and 4 deletions

View File

@@ -9,8 +9,7 @@ test.describe('Graph Canvas Menu', () => {
await comfyPage.setSetting('Comfy.LinkRenderMode', 2)
})
test.skip('Can toggle link visibility', async ({ comfyPage }) => {
// Skipped for 1.24.x: Screenshot includes minimap button which has different visual state
test('Can toggle link visibility', async ({ comfyPage }) => {
// Note: `Comfy.Graph.CanvasMenu` is disabled in comfyPage setup.
// so no cleanup is needed.
await comfyPage.setSetting('Comfy.Graph.CanvasMenu', true)