fix: import comfyExpect from ComfyPage in all vueNodes tests

This commit is contained in:
bymyself
2025-11-11 10:56:06 -08:00
parent 54597f786e
commit c5138692bf
8 changed files with 16 additions and 32 deletions

View File

@@ -1,7 +1,5 @@
import { import { comfyPageFixture as test } from '../../../fixtures/comfyPageFixture'
comfyExpect as expect, import { comfyExpect as expect } from '../../../fixtures/ComfyPage'
comfyPageFixture as test
} from '../../../fixtures/comfyPageFixture'
const CREATE_GROUP_HOTKEY = 'Control+g' const CREATE_GROUP_HOTKEY = 'Control+g'

View File

@@ -1,7 +1,5 @@
import { import { comfyPageFixture as test } from '../../../fixtures/comfyPageFixture'
comfyExpect as expect, import { comfyExpect as expect } from '../../../fixtures/ComfyPage'
comfyPageFixture as test
} from '../../../fixtures/comfyPageFixture'
const BYPASS_HOTKEY = 'Control+b' const BYPASS_HOTKEY = 'Control+b'
const BYPASS_CLASS = /before:bg-bypass\/60/ const BYPASS_CLASS = /before:bg-bypass\/60/

View File

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

View File

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

View File

@@ -1,7 +1,5 @@
import { import { comfyPageFixture as test } from '../../../fixtures/comfyPageFixture'
comfyExpect as expect, import { comfyExpect as expect } from '../../../fixtures/ComfyPage'
comfyPageFixture as test
} from '../../../fixtures/comfyPageFixture'
const ERROR_CLASS = /border-node-stroke-error/ const ERROR_CLASS = /border-node-stroke-error/

View File

@@ -1,7 +1,5 @@
import { import { comfyPageFixture as test } from '../../../fixtures/comfyPageFixture'
comfyExpect as expect, import { comfyExpect as expect } from '../../../fixtures/ComfyPage'
comfyPageFixture as test
} from '../../../fixtures/comfyPageFixture'
const MUTE_HOTKEY = 'Control+m' const MUTE_HOTKEY = 'Control+m'
const MUTE_OPACITY = '0.5' const MUTE_OPACITY = '0.5'

View File

@@ -1,7 +1,5 @@
import { import { comfyPageFixture as test } from '../../../fixtures/comfyPageFixture'
comfyExpect as expect, import { comfyExpect as expect } from '../../../fixtures/ComfyPage'
comfyPageFixture as test
} from '../../../fixtures/comfyPageFixture'
const PIN_HOTKEY = 'p' const PIN_HOTKEY = 'p'
const PIN_INDICATOR = '[data-testid="node-pin-indicator"]' const PIN_INDICATOR = '[data-testid="node-pin-indicator"]'

View File

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