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