Skip to content

Commit

Permalink
Fix locator in Content host table (#814)
Browse files Browse the repository at this point in the history
  • Loading branch information
LadislavVasina1 authored Mar 6, 2023
1 parent 00f7d54 commit 17cccdc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion airgun/views/contenthost.py
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ class ContentHostsView(BaseLoggedInView, SearchableViewMixin):
'.//table',
column_widgets={
0: Checkbox(locator="./input[@type='checkbox']"),
'Name': Text('./a'),
'Name': Text('.//a'),
'Subscription Status': StatusIcon(),
'Installable Updates': InstallableUpdatesCellView(),
},
Expand Down

0 comments on commit 17cccdc

Please sign in to comment.