From 5a8e093541d17a2d09b0dd54f492fdd21d2a129a Mon Sep 17 00:00:00 2001 From: bymyself Date: Wed, 25 Mar 2026 11:41:45 -0700 Subject: [PATCH] fix: enable Vue renderer in fast-pan memory pressure test --- browser_tests/tests/performance.spec.ts | 2 ++ 1 file changed, 2 insertions(+) diff --git a/browser_tests/tests/performance.spec.ts b/browser_tests/tests/performance.spec.ts index 3834fc5316..74cc7bf3d8 100644 --- a/browser_tests/tests/performance.spec.ts +++ b/browser_tests/tests/performance.spec.ts @@ -391,7 +391,9 @@ test( ) test('fast pan memory pressure', async ({ comfyPage }) => { + await comfyPage.settings.setSetting('Comfy.VueNodes.Enabled', true) await comfyPage.workflow.loadWorkflow('large-graph-workflow') + await comfyPage.vueNodes.waitForNodes() const canvas = comfyPage.canvas const box = await canvas.boundingBox()