Skip to content

Commit

Permalink
removed (.) which fails to navigate to host (#1461)
Browse files Browse the repository at this point in the history
  • Loading branch information
amolpati30 authored Jul 15, 2024
1 parent d97c37f commit 4a7fbdc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion airgun/views/host.py
Original file line number Diff line number Diff line change
Expand Up @@ -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')]"),
Expand Down

0 comments on commit 4a7fbdc

Please sign in to comment.