Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add wait-url-change macro to make tests more reliable #675

Merged
merged 2 commits into from
Sep 24, 2024

Commits on Sep 24, 2024

  1. Add wait-url-change macro to make tests more reliable

    This macro uses wait-predicate to poll the WebDriver for a change in
    the URL, thus eliminating some race conditions that were causing
    flaky test failures.
    dgr committed Sep 24, 2024
    Configuration menu
    Copy the full SHA
    18169d3 View commit details
    Browse the repository at this point in the history
  2. Update wait-url-change to wait for URL to match a regex

    In addition to waiting for the URL to change, wait-url-change also
    waits for the new URL to match a regex (with re-find).
    dgr committed Sep 24, 2024
    Configuration menu
    Copy the full SHA
    3b1e29c View commit details
    Browse the repository at this point in the history