We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 36b6255 commit f9cbe6aCopy full SHA for f9cbe6a
airgun/views/host.py
@@ -200,7 +200,7 @@ def is_displayed(self):
200
201
class HostsView(BaseLoggedInView, SearchableViewMixinPF4):
202
title = Text("//h1[normalize-space(.)='Hosts']")
203
- manage_columns = PF4Button("OUIA-Generated-Button-link-1")
+ manage_columns = PF4Button('manage-columns-button')
204
export = Text(".//a[contains(@class, 'btn')][contains(@href, 'hosts.csv')]")
205
new = Text(".//div[@id='rails-app-content']//a[contains(normalize-space(.),'Create Host')]")
206
register = PF4Button('OUIA-Generated-Button-secondary-2')
0 commit comments