mirror of
https://github.com/mozilla/pdf.js.git
synced 2026-07-31 19:37:21 +02:00
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:
commit
b5113d9a74
@ -2463,13 +2463,6 @@ describe("Interaction", () => {
|
|||||||
it("must check that date entered by the user is consistent", async () => {
|
it("must check that date entered by the user is consistent", async () => {
|
||||||
await Promise.all(
|
await Promise.all(
|
||||||
pages.map(async ([browserName, page]) => {
|
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 waitForScripting(page);
|
||||||
|
|
||||||
await page.emulateTimezone("Pacific/Honolulu");
|
await page.emulateTimezone("Pacific/Honolulu");
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user