-
Notifications
You must be signed in to change notification settings - Fork 3.8k
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
Comments
It is not reproduced on mac os |
I cannot reproduce it on my linux box. Are you running it with a different playwright.config? |
This is the video that I get: video.mp4 |
@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: Strange, but now the bug has stopped reproducing. I can't say why. The bug was consistently reproduced. upd. |
We need more information to act on this report. Please file a new one and link to this issue once you can repro! |
Context:
System:
Binaries:
Languages:
Describe the bug
See more https://github.com/andreirogal/playwright-viewport-bug/tree/bug-blinking-browser
See video
video.mp4
The text was updated successfully, but these errors were encountered: