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] Blinking browser (Mobile, WebKit) #12153

Closed
andreirogal opened this issue Feb 16, 2022 · 5 comments
Closed

[BUG] Blinking browser (Mobile, WebKit) #12153

andreirogal opened this issue Feb 16, 2022 · 5 comments
Assignees

Comments

@andreirogal
Copy link

Context:

  • Playwright Version: 1.19.1
  • Operating System: Linux darkflame 5.13.0-28-generic chore: remove page.queryObjects API #31~20.04.1-Ubuntu SMP Wed Jan 19 14:08:10 UTC 2022 x86_64 x86_64 x86_64 GNU/Linux
  • Node.js version: 16.13.0
  • Browser: WebKit

System:

  • OS: Linux 5.13 Ubuntu 20.04.3 LTS (Focal Fossa)
  • Memory: 911.43 MB / 14.98 GB
  • Container: Yes

Binaries:

  • Node: 16.13.0 - ~/.nvm/versions/node/v16.13.0/bin/node
  • npm: 8.1.0 - ~/.nvm/versions/node/v16.13.0/bin/npm

Languages:

  • Bash: 5.0.17 - /usr/bin/bash

Describe the bug
See more https://github.com/andreirogal/playwright-viewport-bug/tree/bug-blinking-browser

See video

video.mp4
@2gury
Copy link

2gury commented Feb 16, 2022

It is not reproduced on mac os

@yury-s
Copy link
Member

yury-s commented Mar 2, 2022

See more https://github.com/andreirogal/playwright-viewport-bug/tree/bug-blinking-browser

I cannot reproduce it on my linux box. Are you running it with a different playwright.config?

@yury-s
Copy link
Member

yury-s commented Mar 2, 2022

This is the video that I get:

video.mp4

@andreirogal
Copy link
Author

andreirogal commented Mar 2, 2022

@yury-s I use the same config - https://github.com/andreirogal/playwright-viewport-bug/tree/bug-blinking-browser

import {devices, PlaywrightTestConfig} from '@playwright/test';

const config: PlaywrightTestConfig = {
    use: {
        screenshot: "only-on-failure",
        video: "retain-on-failure",
        ...devices['iPhone X']
    }
};
export default config;

Your video shows that another test is being run: viewport-bug.spec.ts
Need to run this test: blinking-browser-bug.spec.ts

Strange, but now the bug has stopped reproducing. I can't say why. The bug was consistently reproduced.
Maybe you have any idea why this could be? Thanks!

upd.
Now I see that the task has been assigned a label version v1.20.
So something will be fixed?

@pavelfeldman
Copy link
Member

We need more information to act on this report. Please file a new one and link to this issue once you can repro!

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

No branches or pull requests

5 participants