diff --git a/playwright.config.ts b/playwright.config.ts index 76bf15d536..ad645534bb 100644 --- a/playwright.config.ts +++ b/playwright.config.ts @@ -66,7 +66,7 @@ export default defineConfig({ /* Run your local dev server before starting the tests */ webServer: { command: 'npm run dev', - url: 'http://localhost:3333', + url: 'http://localhost:3333/circulars', reuseExistingServer: !process.env.CI, timeout: 120 * 1000, // 120 Seconds timeout on webServer },