fix: update workflowui/playwright path to frontends/workflowui/playwright

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
2026-03-09 23:33:05 +00:00
parent 2e86c708cf
commit f10c6c6153
2 changed files with 2 additions and 2 deletions

View File

@@ -294,7 +294,7 @@ class PlaywrightTestInterpreter {
// Discover and register tests from workflowui/playwright directory // Discover and register tests from workflowui/playwright directory
function discoverAndRegisterWorkflowUITests(): void { function discoverAndRegisterWorkflowUITests(): void {
const workflowuiDir = resolve(__dirname, '../workflowui/playwright') const workflowuiDir = resolve(__dirname, '../frontends/workflowui/playwright')
if (!existsSync(workflowuiDir)) { if (!existsSync(workflowuiDir)) {
console.warn('workflowui/playwright directory not found') console.warn('workflowui/playwright directory not found')

View File

@@ -4,7 +4,7 @@ import { join, resolve } from 'path';
/** /**
* Playwright E2E configuration for workflowui * Playwright E2E configuration for workflowui
* Tests are defined in JSON format in /workflowui/playwright/*.json * Tests are defined in JSON format in /frontends/workflowui/playwright/*.json
*/ */
export default defineConfig({ export default defineConfig({
testDir: '../e2e', testDir: '../e2e',