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.
This commit is contained in:
Tim van der Meij 2025-09-07 19:29:03 +02:00
parent 8bd13f7f25
commit 512c30b1f6
No known key found for this signature in database
GPG Key ID: 8C3FD2925A5F2762

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");