Wait for URL
wait-for-url pauses until the browser URL matches a pattern. It is the right tool to use after any step that navigates.
yaml
- click: sign in
- wait-for-url:
ends-with: /dashboard
timeout: 10swait-for-url pauses until the browser URL matches a pattern. It is the right tool to use after any step that navigates.
- click: sign in
- wait-for-url:
ends-with: /dashboard
timeout: 10s