mirror of
https://github.com/zen-browser/pdf.js.git
synced 2025-07-10 18:25:37 +02:00
Revert "Disable failing print actions integration test in Firefox"
This commit is contained in:
parent
2ca432d318
commit
2722deb610
1 changed files with 0 additions and 3 deletions
|
@ -353,9 +353,6 @@ describe("Interaction", () => {
|
||||||
it("must execute WillPrint and DidPrint actions", async () => {
|
it("must execute WillPrint and DidPrint actions", async () => {
|
||||||
await Promise.all(
|
await Promise.all(
|
||||||
pages.map(async ([browserName, page]) => {
|
pages.map(async ([browserName, page]) => {
|
||||||
if (browserName === "firefox") {
|
|
||||||
pending("Disabled in Firefox, because of bug 1741698.");
|
|
||||||
}
|
|
||||||
if (process.platform === "win32" && browserName === "firefox") {
|
if (process.platform === "win32" && browserName === "firefox") {
|
||||||
pending("Disabled in Firefox on Windows, because of bug 1662471.");
|
pending("Disabled in Firefox on Windows, because of bug 1662471.");
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue