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 */