diff --git a/client/playwright.config.ts b/client/playwright.config.ts index 0582a58..ba62bc5 100644 --- a/client/playwright.config.ts +++ b/client/playwright.config.ts @@ -26,7 +26,7 @@ export default defineConfig({ /* Shared settings for all the projects below. See https://playwright.dev/docs/api/class-testoptions. */ use: { /* Base URL to use in actions like `await page.goto('/')`. */ - baseURL: "http://127.0.0.1:5173", + baseURL: "http://localhost:5173/", /* Collect trace when retrying the failed test. See https://playwright.dev/docs/trace-viewer */ trace: "on-first-retry", },