Skip to content

Commit

Permalink
Disable a test using "pending" function
Browse files Browse the repository at this point in the history
  • Loading branch information
calixteman authored and backstroke-bot committed Jan 30, 2023
1 parent 7d0e94d commit 1886959
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 1886959

Please sign in to comment.