fix: import comfyExpect from ComfyPage in 4-level vueNodes tests

This commit is contained in:
bymyself
2025-11-11 11:47:42 -08:00
parent c5138692bf
commit 34d7f4b7df
9 changed files with 20 additions and 38 deletions

View File

@@ -1,8 +1,6 @@
import {
comfyExpect as expect,
comfyPageFixture as test
} from '../../../../fixtures/comfyPageFixture'
import type { ComfyPage } from '../../../../fixtures/comfyPageFixture'
import { comfyPageFixture as test } from '../../../../fixtures/comfyPageFixture'
import { comfyExpect as expect } from '../../../../fixtures/ComfyPage'
import type { ComfyPage } from '../../../../fixtures/ComfyPage'
import type { Position } from '../../../../fixtures/types'
test.describe('Vue Node Moving', () => {

View File

@@ -1,7 +1,5 @@
import {
comfyExpect as expect,
comfyPageFixture as test
} from '../../../../fixtures/comfyPageFixture'
import { comfyPageFixture as test } from '../../../../fixtures/comfyPageFixture'
import { comfyExpect as expect } from '../../../../fixtures/ComfyPage'
test.describe('Vue Nodes Renaming', () => {
test.beforeEach(async ({ comfyPage }) => {

View File

@@ -1,7 +1,5 @@
import {
comfyExpect as expect,
comfyPageFixture as test
} from '../../../../fixtures/comfyPageFixture'
import { comfyPageFixture as test } from '../../../../fixtures/comfyPageFixture'
import { comfyExpect as expect } from '../../../../fixtures/ComfyPage'
test.beforeEach(async ({ comfyPage }) => {
await comfyPage.setSetting('Comfy.UseNewMenu', 'Disabled')