-
Notifications
You must be signed in to change notification settings - Fork 3.7k
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
[Feature] networkidle for "idle after action" #2515
Comments
arjunattam
changed the title
[BUG] networkidle seems to flake on CI
[Feature] networkidle for "idle after action"
Jun 10, 2020
We do not currently plan to enhance networkidle support, because it's quite flaky - any analytics script can mess it up. However, here is a gist that does "wait for network settled after action", just in case it is still useful. |
3 tasks
12 tasks
Merged
11 tasks
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Context:
Code Snippet
On the page,
I was expecting the
page.waitForLoadState
to wait for the network calls that fetch images. But I'm seeing cases (only on CI) where this is not happening.The end screenshot looks like the following, without the images being loaded.
The text was updated successfully, but these errors were encountered: