mirror of
https://github.com/Comfy-Org/ComfyUI_frontend.git
synced 2026-02-04 15:10:06 +00:00
fix: import comfyExpect from ComfyPage in all vueNodes tests
This commit is contained in:
@@ -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'
|
||||
|
||||
const CREATE_GROUP_HOTKEY = 'Control+g'
|
||||
|
||||
|
||||
@@ -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'
|
||||
|
||||
const BYPASS_HOTKEY = 'Control+b'
|
||||
const BYPASS_CLASS = /before:bg-bypass\/60/
|
||||
|
||||
@@ -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 Node Collapse', () => {
|
||||
test.beforeEach(async ({ comfyPage }) => {
|
||||
|
||||
@@ -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 Node Custom Colors', () => {
|
||||
test.beforeEach(async ({ comfyPage }) => {
|
||||
|
||||
@@ -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'
|
||||
|
||||
const ERROR_CLASS = /border-node-stroke-error/
|
||||
|
||||
|
||||
@@ -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'
|
||||
|
||||
const MUTE_HOTKEY = 'Control+m'
|
||||
const MUTE_OPACITY = '0.5'
|
||||
|
||||
@@ -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'
|
||||
|
||||
const PIN_HOTKEY = 'p'
|
||||
const PIN_INDICATOR = '[data-testid="node-pin-indicator"]'
|
||||
|
||||
@@ -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 Widget Reactivity', () => {
|
||||
test.beforeEach(async ({ comfyPage }) => {
|
||||
|
||||
Reference in New Issue
Block a user