Skip to content

Commit b5113d9

Browse files
authored
Merge pull request #20239 from timvandermeij/integration-test-unskip-timezone
Unskip the `must check that date entered by the user is consistent` scripting integration test for Firefox
2 parents 17a2780 + 512c30b commit b5113d9

1 file changed

Lines changed: 0 additions & 7 deletions

File tree

test/integration/scripting_spec.mjs

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -2463,13 +2463,6 @@ describe("Interaction", () => {
24632463
it("must check that date entered by the user is consistent", async () => {
24642464
await Promise.all(
24652465
pages.map(async ([browserName, page]) => {
2466-
if (browserName === "firefox") {
2467-
// Skip the test for Firefox as it doesn't support timezone
2468-
// emulation for WebDriver BiDi yet.
2469-
// TODO: Remove this check once bug 1978027 is fixed.
2470-
return;
2471-
}
2472-
24732466
await waitForScripting(page);
24742467

24752468
await page.emulateTimezone("Pacific/Honolulu");

0 commit comments

Comments
 (0)