Skip to content

Commit

Permalink
Disable a test using function
Browse files Browse the repository at this point in the history
  • Loading branch information
calixteman committed Jan 3, 2021
1 parent ca18af6 commit 153bf68
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/integration/scripting_spec.js
Original file line number Diff line number Diff line change
Expand Up @@ -306,7 +306,7 @@ describe("Interaction", () => {
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 153bf68

Please sign in to comment.