From dfac2bba0c130eff7e5df49e8440bf39aa58c622 Mon Sep 17 00:00:00 2001 From: Hinton Date: Fri, 10 Oct 2025 11:08:18 -0700 Subject: [PATCH] Set locale and timezone --- playwright.config.ts | 3 +++ 1 file changed, 3 insertions(+) diff --git a/playwright.config.ts b/playwright.config.ts index 270152dc21f..02a1af26b0b 100644 --- a/playwright.config.ts +++ b/playwright.config.ts @@ -36,6 +36,9 @@ export default defineConfig({ launchOptions: { slowMo: parseInt(process.env.PLAYWRIGHT_SLOW_MO || 0), }, + + locale: "en-US", // Sets a default locale for all tests + timezoneId: "Europe/Stockholm", // Slightly different from server time }, /* Configure projects for major browsers */