diff --git a/airgun/views/host_new.py b/airgun/views/host_new.py index 1d4bc3b26..22e75b4ee 100644 --- a/airgun/views/host_new.py +++ b/airgun/views/host_new.py @@ -368,7 +368,7 @@ class errata(Tab): ROOT = './/div[@id="errata-tab"]' select_all = Checkbox(locator='.//div[@id="selection-checkbox"]/div/label') - searchbar = SearchInput(locator='.//input[contains(@class, "pf-m-search")]') + searchbar = SearchInput(locator='.//input[contains(@class, "pf-c-text-input")]') type_filter = Select(locator='.//div[@aria-label="select Type container"]/div') severity_filter = Select(locator='.//div[@aria-label="select Severity container"]/div') apply = Pf4ActionsDropdown(locator='.//div[@aria-label="errata_dropdown"]')