Skip to content

Commit

Permalink
Merge pull request #12808 from calixteman/pending
Browse files Browse the repository at this point in the history
Disable a test using  pending function
  • Loading branch information
timvandermeij authored Jan 3, 2021
2 parents ca18af6 + a3c2d65 commit ed3758f
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions test/integration/scripting_spec.js
Original file line number Diff line number Diff line change
Expand Up @@ -305,8 +305,7 @@ describe("Interaction", () => {
await Promise.all(
pages.map(async ([browserName, page]) => {
if (process.platform === "win32" && browserName === "firefox") {
// Doesn't work because of bug 1662471
return;
pending("Disabled in Firefox on Windows, because of bug 1662471.");
}
let text = await actAndWaitForInput(page, "#\\34 7R", async () => {
await page.click("#print");
Expand Down

0 comments on commit ed3758f

Please sign in to comment.