Merge pull request #12808 from calixteman/pending

Disable a test using  pending function
This commit is contained in:
Tim van der Meij 2021-01-03 19:10:19 +01:00 committed by GitHub
commit ed3758f84d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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");