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 clean button locator in PF4 search. #965

Merged

Commits on Sep 11, 2023

  1. Fix clean button locator in PF4 search.

    As it was, we were getting an error when searching for the element,
    getting False for is_displayed. Consequently, the clear button was
    not clicked and a generic browser clear was called instead.
    The text disappeared for a bit and then it got re-filled to the
    search field.
    It caused failures in tests such as
    tests/foreman/ui/test_dashboard.py::test_positive_task_status
    Changing type and locator fixes the issue.
    lhellebr committed Sep 11, 2023
    Configuration menu
    Copy the full SHA
    96de53f View commit details
    Browse the repository at this point in the history