mirror of
https://github.com/zen-browser/pdf.js.git
synced 2025-07-08 17:30:09 +02:00
Merge pull request #12808 from calixteman/pending
Disable a test using pending function
This commit is contained in:
commit
ed3758f84d
1 changed files with 1 additions and 2 deletions
|
@ -305,8 +305,7 @@ describe("Interaction", () => {
|
||||||
await Promise.all(
|
await Promise.all(
|
||||||
pages.map(async ([browserName, page]) => {
|
pages.map(async ([browserName, page]) => {
|
||||||
if (process.platform === "win32" && browserName === "firefox") {
|
if (process.platform === "win32" && browserName === "firefox") {
|
||||||
// Doesn't work because of bug 1662471
|
pending("Disabled in Firefox on Windows, because of bug 1662471.");
|
||||||
return;
|
|
||||||
}
|
}
|
||||||
let text = await actAndWaitForInput(page, "#\\34 7R", async () => {
|
let text = await actAndWaitForInput(page, "#\\34 7R", async () => {
|
||||||
await page.click("#print");
|
await page.click("#print");
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue