fix: correct comfyPage.settings.setSetting API in E2E test

Amp-Thread-ID: https://ampcode.com/threads/T-019c7db7-6d68-711e-b2f5-b6211343697a
This commit is contained in:
bymyself
2026-02-21 01:21:58 +00:00
parent 9463371fc1
commit 274822c22a

View File

@@ -5,7 +5,7 @@ import {
test.describe('Image Dropdown Virtualization', { tag: '@widget' }, () => {
test.beforeEach(async ({ comfyPage }) => {
await comfyPage.setSetting('Comfy.VueNodes.Enabled', true)
await comfyPage.settings.setSetting('Comfy.VueNodes.Enabled', true)
await comfyPage.vueNodes.waitForNodes()
})