James G
James G
Same. I'm only using `page.waitForLoadState(`networkidle`)` and it's super flaky. It's also explicitly discouraged as an effective method to use in [playwright docs](https://playwright.dev/docs/api/class-page#page-wait-for-load-state).
@skaindl Have you got Hot Module Reload running? If I remember correctly, I've worked on SB projects before where that was an issue with network idle.
One element that still seems to struggle; HTML elements with a background image don't seem to be caught by networkidle or by checking for images on the page (obvs). Anyone...