Skip to content

Commit 512c30b

Browse files
committed
Unskip the must check that date entered by the user is consistent scripting integration test for Firefox
Bug 1978027 has been fixed upstream 10 days ago, so this integration test can be enabled for Firefox too now that it passed with recent Nightly versions.
1 parent 8bd13f7 commit 512c30b

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)