This commit is contained in:
Benjamin Lu
2025-12-09 02:40:37 -08:00
parent a48360d0d8
commit 96893f79f3

View File

@@ -1,7 +1,7 @@
import { expect, mergeTests } from '@playwright/test'
import type { ComfyPage } from '../../fixtures/ComfyPage'
import type { StatusWsMessage } from '../../../src/schemas/apiSchema.ts'
import type { StatusWsMessage } from '../../../src/schemas/apiSchema'
import { comfyPageFixture } from '../../fixtures/ComfyPage'
import { webSocketFixture } from '../../fixtures/ws'