Skip to content
This repository was archived by the owner on Sep 11, 2024. It is now read-only.

Commit c4255fe

Browse files
committed
Use fixed timezone in UserPref test
1 parent fbe8ca3 commit c4255fe

File tree

2 files changed

+5
-0
lines changed

2 files changed

+5
-0
lines changed

playwright/e2e/settings/preferences-user-settings-tab.spec.ts

+5
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,11 @@ limitations under the License.
1717

1818
import { test, expect } from "../../element-web-test";
1919

20+
test.use({
21+
locale: 'en-GB',
22+
timezoneId: 'Europe/London',
23+
});
24+
2025
test.describe("Preferences user settings tab", () => {
2126
test.use({
2227
displayName: "Bob",

0 commit comments

Comments
 (0)