diff --git a/test/integration/scripting_spec.js b/test/integration/scripting_spec.js index 8e5796945..490eedb74 100644 --- a/test/integration/scripting_spec.js +++ b/test/integration/scripting_spec.js @@ -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");