Skip to content

Commit 7083232

Browse files
committed
listen to setup state
1 parent 14e71c5 commit 7083232

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

testing/e2e/playwright.config.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ export default defineConfig({
7575
stderr: 'pipe',
7676
stdout: process.env.CI ? 'pipe' : 'ignore',
7777
timeout: 10_000,
78-
url: `http://localhost:${apiPort}`
78+
url: `http://localhost:${apiPort}/v1/setup`
7979
},
8080
{
8181
command: 'pnpm dev:test',

0 commit comments

Comments
 (0)