fix: enable Vue renderer in fast-pan memory pressure test

This commit is contained in:
bymyself
2026-03-25 11:41:45 -07:00
committed by Connor Byrne
parent 182498ce2c
commit 5a8e093541

View File

@@ -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()