mirror of
https://github.com/Comfy-Org/ComfyUI_frontend.git
synced 2026-02-05 15:40:10 +00:00
fix: import comfyExpect from ComfyPage not comfyPageFixture
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'
|
||||
|
||||
// TODO: there might be a better solution for this
|
||||
// Helper function to pan canvas and select node
|
||||
|
||||
@@ -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')
|
||||
|
||||
Reference in New Issue
Block a user