Skip to content

Commit

Permalink
Host-Errata tab search fix
Browse files Browse the repository at this point in the history
  • Loading branch information
damoore044 committed Oct 31, 2023
1 parent 8c1e7eb commit ae0f3a7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion airgun/views/host_new.py
Original file line number Diff line number Diff line change
Expand Up @@ -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"]')
Expand Down

0 comments on commit ae0f3a7

Please sign in to comment.