Move ComfyPage to fixtures folder (#1304)

This commit is contained in:
Chenlei Hu
2024-10-25 08:01:50 -04:00
committed by GitHub
parent 54e833502a
commit 624bcc75ab
24 changed files with 36 additions and 29 deletions

View File

@@ -1,5 +1,5 @@
import { expect } from '@playwright/test'
import { comfyPageFixture as test } from './ComfyPage'
import { comfyPageFixture as test } from './fixtures/ComfyPage'
test.describe('Node search box', () => {
test.beforeEach(async ({ comfyPage }) => {