-
Notifications
You must be signed in to change notification settings - Fork 241
Open
Labels
Area: browserThe browser moduleThe browser module
Description
What
Improper waiting can lead to flaky tests or unnecessary delays.
Solution
Choose the right wait method: waitForSelector
, waitForURL
, waitForResponse
. Existing documentation covers other wait*
APIs, but waitForURL
and waitForResponse
need to be added.
Reference existing k6 documentation for detailed wait strategies: https://grafana.com/docs/k6/latest/using-k6-browser/recommended-practices/simulate-user-input-delay/
Metadata
Metadata
Assignees
Labels
Area: browserThe browser moduleThe browser module