Skip to content

Commit

Permalink
Merge pull request #14367 from timvandermeij/integration-tests
Browse files Browse the repository at this point in the history
Disable failing print actions integration test in Firefox
  • Loading branch information
timvandermeij authored Dec 12, 2021
2 parents d47b673 + 2643e6a commit e638a84
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions test/integration/scripting_spec.js
Original file line number Diff line number Diff line change
Expand Up @@ -353,6 +353,9 @@ describe("Interaction", () => {
it("must execute WillPrint and DidPrint actions", async () => {
await Promise.all(
pages.map(async ([browserName, page]) => {
if (browserName === "firefox") {
pending("Disabled in Firefox, because of bug 1741698.");
}
if (process.platform === "win32" && browserName === "firefox") {
pending("Disabled in Firefox on Windows, because of bug 1662471.");
}
Expand Down

0 comments on commit e638a84

Please # to comment.