Skip to content

Commit

Permalink
Fix navigation: All Hosts>Manage Columns
Browse files Browse the repository at this point in the history
  • Loading branch information
damoore044 committed Nov 30, 2023
1 parent bf16cf5 commit 49f5bb8
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 @@ -200,7 +200,7 @@ def is_displayed(self):

class HostsView(BaseLoggedInView, SearchableViewMixinPF4):
title = Text("//h1[normalize-space(.)='Hosts']")
manage_columns = PF4Button("OUIA-Generated-Button-link-1")
manage_columns = PF4Button('manage-columns-button')
export = Text(".//a[contains(@class, 'btn')][contains(@href, 'hosts.csv')]")
new = Text(".//div[@id='rails-app-content']//a[contains(normalize-space(.),'Create Host')]")
register = PF4Button('OUIA-Generated-Button-secondary-2')
Expand Down

0 comments on commit 49f5bb8

Please sign in to comment.