diff --git a/playwright.config.ts b/playwright.config.ts index 3fd1758..46f3eeb 100644 --- a/playwright.config.ts +++ b/playwright.config.ts @@ -8,7 +8,7 @@ export default defineConfig({ workers: process.env.CI ? 1 : undefined, reporter: 'html', use: { - baseURL: 'https://6a4e33d683bf9228e13b4f35--mobile2-staging-falah.netlify.app', + baseURL: 'https://6a4e348d18f0e0308e7547ae--mobile2-staging-falah.netlify.app', trace: 'on-first-retry', video: 'retain-on-failure', },