diff --git a/airgun/views/host.py b/airgun/views/host.py index 6670c9496..8c14a2848 100644 --- a/airgun/views/host.py +++ b/airgun/views/host.py @@ -226,7 +226,7 @@ class HostsView(BaseLoggedInView, SearchableViewMixinPF4): column_widgets={ 0: Checkbox(locator=".//input[@class='host_select_boxes']"), 'Name': Text( - "//a[contains(@href, '/new/hosts/') and not(contains(@href, 'Insights'))]" + ".//a[contains(@href, '/new/hosts/') and not(contains(@href, 'Insights'))]" ), 'Recommendations': Text("./a"), 'Actions': ActionsDropdown("./div[contains(@class, 'btn-group')]"),