There was an error while loading. Please reload this page.
1 parent 724a480 commit b797af9Copy full SHA for b797af9
1 file changed
airgun/views/host_new.py
@@ -179,7 +179,7 @@ class details(Card):
179
class host_status(Card):
180
ROOT = './/div[@data-ouia-component-id="card-aggregate-status"]'
181
182
- status = Text('.//div[contains(@class, "pf-v5-c-card__title")]')
+ status = Text('.//div[contains(@class, "pf-v5-c-empty-state__title")]')
183
manage_all_statuses = Text('.//a[normalize-space(.)="Manage all statuses"]')
184
185
status_success = Text('.//a[.//span[@class="status-success"]]')
0 commit comments