mirror of
https://github.com/Comfy-Org/ComfyUI_frontend.git
synced 2026-04-30 03:01:54 +00:00
fix: import comfyExpect from ComfyPage in all vueNodes tests
This commit is contained in:
@@ -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'
|
||||||
|
|
||||||
|
|||||||
@@ -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/
|
||||||
|
|||||||
@@ -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 }) => {
|
||||||
|
|||||||
@@ -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 }) => {
|
||||||
|
|||||||
@@ -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/
|
||||||
|
|
||||||
|
|||||||
@@ -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'
|
||||||
|
|||||||
@@ -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"]'
|
||||||
|
|||||||
@@ -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 }) => {
|
||||||
|
|||||||
Reference in New Issue
Block a user