Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[BUG] Firefox on Appveyor seems flaky #2086

Closed
3 tasks
mxschmitt opened this issue May 3, 2020 · 2 comments
Closed
3 tasks

[BUG] Firefox on Appveyor seems flaky #2086

mxschmitt opened this issue May 3, 2020 · 2 comments

Comments

@mxschmitt
Copy link
Member

Most of the times the CI fails, would be good to know why and better to have it fixed.

Recent builds: https://ci.appveyor.com/project/aslushnikov/playwright/history

 [TIMEOUT 30000ms] Firefox Page.Events.Crash should emit crash event when page crashes (page.spec.js:117:3)
[TIMEOUT 30000ms] Firefox Page.Events.Crash should throw on any action after page crashes (page.spec.js:122:3)
 [FAIL] Firefox ElementHandle.screenshot should take element screenshot when default viewport is null and restore back (screenshot.spec.js:450:3)
    471 |     const elementHandle = await page.$('div.to-screenshot');
    472 |     const screenshot = await elementHandle.screenshot();
    473 |     expect(screenshot).toBeInstanceOf(Buffer);
    474 |     const sizeAfter = await page.evaluate(() => ({ width: document.body.offsetWidth, height: document.body.offsetHeight }));
    475 |     expect(sizeBefore.width).toBe(sizeAfter.width);
          ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^
    Expected: 1350
    Received: 0
@pavelfeldman
Copy link
Member

Not marking either as v1 blocking since (1) and (2) are injected page renderers and (3) implies persistent profile with user bounds (a non-bot mode)

@mxschmitt
Copy link
Member Author

Closed since its removed

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants