mirror of
https://github.com/Comfy-Org/ComfyUI_frontend.git
synced 2026-05-24 14:45:36 +00:00
fix: enable Vue renderer in fast-pan memory pressure test
This commit is contained in:
@@ -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()
|
||||
|
||||
Reference in New Issue
Block a user