1
0
mirror of https://github.com/bitwarden/browser synced 2026-02-01 01:03:39 +00:00

Set locale and timezone

This commit is contained in:
Hinton
2025-10-10 11:08:18 -07:00
parent 8433331834
commit dfac2bba0c

View File

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