Ensure dragdrop tests start in vue mode

This commit is contained in:
Austin Mroz
2026-04-07 13:42:48 -07:00
committed by Austin
parent b5905e4c3d
commit 9a3ed85560

View File

@@ -5,6 +5,7 @@ import {
test.describe('App mode usage', () => {
test('Drag and Drop', async ({ comfyPage }) => {
await comfyPage.settings.setSetting('Comfy.VueNodes.Enabled', true)
const { centerPanel } = comfyPage.appMode
await comfyPage.appMode.enterAppModeWithInputs([['3', 'seed']])
await expect(centerPanel).toBeVisible()