From 4384405c0e585990da1b09dffbdf08100933e6d7 Mon Sep 17 00:00:00 2001 From: dakota002 Date: Thu, 11 Jul 2024 14:45:47 -0400 Subject: [PATCH] better indicator of the site being ready --- playwright.config.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 },