diff --git a/assets/playwright.config.js b/assets/playwright.config.js index 11b4e9c..0913c45 100644 --- a/assets/playwright.config.js +++ b/assets/playwright.config.js @@ -26,7 +26,7 @@ export default defineConfig({ reporter: 'html', /* 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('/')`. */ + /* Base URL to use in actions like `await page.goto('')`. */ // baseURL: 'http://localhost:3000', /* Collect trace when retrying the failed test. See https://playwright.dev/docs/trace-viewer */ diff --git a/assets/playwright.config.ts b/assets/playwright.config.ts index 57b2c3c..80b5a8d 100644 --- a/assets/playwright.config.ts +++ b/assets/playwright.config.ts @@ -25,7 +25,7 @@ export default defineConfig({ reporter: 'html', /* 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('/')`. */ + /* Base URL to use in actions like `await page.goto('')`. */ // baseURL: 'http://localhost:3000', /* Collect trace when retrying the failed test. See https://playwright.dev/docs/trace-viewer */