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:
@@ -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 */
|
||||
|
||||
Reference in New Issue
Block a user