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

Fix sporadic failures in test of candidates menu #5809

Merged
merged 1 commit into from
Jul 31, 2024

Commits on Jul 31, 2024

  1. Fix sporadic failures in test of candidates menu

    `wait_for_ajax_and_animations` does not fully cover the asynchronous
    behaviors of the code and also doesn't help with animations. (The relevant
    animation is already globally disabled via `$.fx.off = true;` but this does
    not mean code becomes synchronous.)
    
    With this change we simply wait for the element to show up instead.
    
    Related ticket: https://progress.opensuse.org/issues/164745
    Martchus committed Jul 31, 2024
    Configuration menu
    Copy the full SHA
    f0e94ef View commit details
    Browse the repository at this point in the history