Skip to content

Commit fc629c3

Browse files
authored
Fix host status which was break due to earlier changes (#2060) (#2062)
1 parent ba21f09 commit fc629c3

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

airgun/views/host_new.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -179,7 +179,7 @@ class details(Card):
179179
class host_status(Card):
180180
ROOT = './/div[@data-ouia-component-id="card-aggregate-status"]'
181181

182-
status = Text('.//div[contains(@class, "pf-v5-c-card__title")]')
182+
status = Text('.//div[contains(@class, "pf-v5-c-empty-state__title")]')
183183
manage_all_statuses = Text('.//a[normalize-space(.)="Manage all statuses"]')
184184

185185
status_success = Text('.//a[.//span[@class="status-success"]]')

0 commit comments

Comments
 (0)