diff --git a/e2e/playwright.config.js b/e2e/playwright.config.js index 86bb298c04..246d4b6e6f 100644 --- a/e2e/playwright.config.js +++ b/e2e/playwright.config.js @@ -20,7 +20,7 @@ export default defineConfig({ ], /* Shared settings for all the projects below. See https://playwright.dev/docs/api/class-testoptions. */ use: { - baseURL: 'http:/localhost:3080', + baseURL: 'http://localhost:3080', video: 'on-first-retry', trace: 'retain-on-failure', headless: true,