We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 17a2780 + 512c30b commit b5113d9Copy full SHA for b5113d9
1 file changed
test/integration/scripting_spec.mjs
@@ -2463,13 +2463,6 @@ describe("Interaction", () => {
2463
it("must check that date entered by the user is consistent", async () => {
2464
await Promise.all(
2465
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
-
2473
await waitForScripting(page);
2474
2475
await page.emulateTimezone("Pacific/Honolulu");
0 commit comments