mirror of
https://github.com/Comfy-Org/ComfyUI_frontend.git
synced 2026-04-23 07:50:15 +00:00
Move ComfyPage to fixtures folder (#1304)
This commit is contained in:
@@ -1,5 +1,8 @@
|
||||
import { expect } from '@playwright/test'
|
||||
import { type NodeReference, comfyPageFixture as test } from './ComfyPage'
|
||||
import {
|
||||
type NodeReference,
|
||||
comfyPageFixture as test
|
||||
} from './fixtures/ComfyPage'
|
||||
|
||||
test.describe('Primitive Node', () => {
|
||||
test('Can load with correct size', async ({ comfyPage }) => {
|
||||
|
||||
Reference in New Issue
Block a user