From f3bb8017150c638c3266ff883289edcd9c402acb Mon Sep 17 00:00:00 2001 From: FalahMobile Date: Wed, 8 Jul 2026 19:32:58 +0800 Subject: [PATCH] test: point E2E test target to newest Netlify staging draft deploy --- playwright.config.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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', },