Skip to content

Commit

Permalink
removed (.) which fails to navigate to host
Browse files Browse the repository at this point in the history
  • Loading branch information
amolpati30 committed Jul 8, 2024
1 parent d97c37f commit dd98308
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 dd98308

Please sign in to comment.