Docs/Steps

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: 10s