From 7490d92e7464ee34eb4d34fef1d440fea63a0970 Mon Sep 17 00:00:00 2001 From: Calixte Denizet Date: Sun, 3 Jan 2021 18:59:19 +0100 Subject: [PATCH] Disable a test using "pending" function --- test/integration/scripting_spec.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/integration/scripting_spec.js b/test/integration/scripting_spec.js index 8e5796945ba8f7..7668cdd96283ce 100644 --- a/test/integration/scripting_spec.js +++ b/test/integration/scripting_spec.js @@ -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");