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

Commit

Permalink
Use fixed timezone in UserPref test
Browse files Browse the repository at this point in the history
  • Loading branch information
Timshel committed Aug 30, 2024
1 parent fbe8ca3 commit c4255fe
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions playwright/e2e/settings/preferences-user-settings-tab.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,11 @@ limitations under the License.

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

test.use({
locale: 'en-GB',
timezoneId: 'Europe/London',
});

test.describe("Preferences user settings tab", () => {
test.use({
displayName: "Bob",
Expand Down
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit c4255fe

Please sign in to comment.