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

This commit is contained in:
bymyself
2026-03-25 11:41:45 -07:00
parent c9d6a81e19
commit a1a79d6916

View File

@@ -301,7 +301,9 @@ test.describe('Performance', { tag: ['@perf'] }, () => {
})
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()