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

test(QSelect): explicitly ensure elements are visible before clicking #16970

Merged
merged 1 commit into from
Mar 18, 2024

Commits on Mar 8, 2024

  1. test(QSelect): explicity check for visibility before clicking

    - The QSelect random failure is caused by clicking on an element when it is not yet visible. Even though cypress is supposed to check that an element is visible before clicking, sometimes due to race conditions or for some other reason, the element may be found and clicked when it is not yet visible. So "should('be.visible')" has been explicitly added to ensure tests are much more deterministic
    n05la3 committed Mar 8, 2024
    Configuration menu
    Copy the full SHA
    ff706cf View commit details
    Browse the repository at this point in the history