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
This commit is contained in:
calixteman 2025-09-08 22:35:18 +02:00 committed by GitHub
commit b5113d9a74
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -2463,13 +2463,6 @@ describe("Interaction", () => {
it("must check that date entered by the user is consistent", async () => {
await Promise.all(
pages.map(async ([browserName, page]) => {
if (browserName === "firefox") {
// Skip the test for Firefox as it doesn't support timezone
// emulation for WebDriver BiDi yet.
// TODO: Remove this check once bug 1978027 is fixed.
return;
}
await waitForScripting(page);
await page.emulateTimezone("Pacific/Honolulu");