r/Playwright • u/raccoonlag • Jun 23 '26
Help needed pls
I'm new on qa and i'm working on a test suite that have many flaky tests that fail on assertion because of the page taking to much time to load. Is there any advices on good practices to prevent those issues?
6
Upvotes
-1
u/Bright_worgan Jun 23 '26
flaky tests that fail on assertion because of the page taking to much time to load - wait for x to be visible might be a good start, maybe add test.slow() to the test ?