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

[stable23] Wait for the new user form to be visible in acceptance tests #33792

Commits on Sep 1, 2022

  1. Wait for the new user form to be visible

    Before it was checked if the new user form was visible, but it was not
    waited for it. It seems that it can happen that the new user form is in
    the DOM, and therefore found, but not visible yet when the tests run,
    which caused them to (randomly) fail. Due to that now it is explicitly
    waited until it is visible, rather than assuming that it is visible as
    soon as it appears in the DOM.
    
    Signed-off-by: Daniel Calviño Sánchez <danxuliu@gmail.com>
    danxuliu committed Sep 1, 2022
    Configuration menu
    Copy the full SHA
    ee68e4c View commit details
    Browse the repository at this point in the history