Skip to content

Commit

Permalink
Update inventory.yml (#247)
Browse files Browse the repository at this point in the history
* Update inventory.yml

* remove spaces

---------

Co-authored-by: Ryan Long <rlong@redhat.com>
  • Loading branch information
mmenestr and ryelo authored Oct 9, 2023
1 parent 370e25f commit b99615e
Showing 1 changed file with 21 additions and 0 deletions.
21 changes: 21 additions & 0 deletions data/inventory.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,12 @@ inventory:
System view - Resource Optimization tab:
url_rules:
- /insights/inventory/*?appName=ros
Groups list:
url_rules:
- /insights/inventory/groups
Groups view:
url_rules:
- /insights/inventory/groups/**
features:
_scope: '[data-ouia-app-id="inventory"]'
"System row - Button: Delete":
Expand All @@ -54,3 +60,18 @@ inventory:
"System view - Tab: Resource Optimization":
selectors:
- '{} .pf-c-tabs__list button:contains("Resource Optimization")'
"Groups list - Button: Create group":
selectors:
- '{}[data-ouia-subnav="groups"] .pf-c-button.pf-m-primary:contains("Create group")'
"Groups list - Expandable card: Create an Inventory group quickstart link":
selectors:
- '{}[data-ouia-subnav="groups"] .pf-m-link.pf-c-button:contains("Create an Inventory group")'
"Groups list - Expandable card: Configure User Access for your Inventory groups link":
selectors:
- '{}[data-ouia-subnav="groups"] .pf-m-link.pf-c-button:contains("Create an Inventory group")'
"Groups view - Button: Add systems":
selectors:
- '{}[data-ouia-subnav="groups"] .pf-c-button.pf-m-primary:contains("Add systems")'
"Groups view - Group info tab - Button: Manage access":
selectors:
- '{}[data-ouia-subnav="groups"] .pf-c-button.pf-m-secondary:contains("Manage access")'

0 comments on commit b99615e

Please sign in to comment.