Skip to content

Commit

Permalink
Merge branch 'main' into patch-3
Browse files Browse the repository at this point in the history
  • Loading branch information
ryelo authored Jun 12, 2024
2 parents 992e08e + 83e0db7 commit 2a55d9e
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 0 deletions.
9 changes: 9 additions & 0 deletions data/image-builder.yml
Original file line number Diff line number Diff line change
Expand Up @@ -109,3 +109,12 @@ image builder:
"Quickstart - Button: Build an Image with Custom Content - Button: Let Red Hat contact you":
selectors:
- '{} #qs-ib-custom-content-contact'
"Create blueprint wizard - Step: Content - Button: Search other repositories":
selectors:
- '{} .pf-m-primary:contains("Search other repositories")'
"Create blueprint wizard - Step: Content - Toggle: Other repositories":
selectors:
- '{} #toggle-other-repos.pf-v5-c-toggle-group__button:contains("Other repos")'
"Create blueprint wizard - Step: Content - Button: Add listed repositories":
selectors:
- '{} .pf-m-primary:contains("Add listed repositories")'
9 changes: 9 additions & 0 deletions data/inventory.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,9 @@ inventory:
Groups view:
url_rules:
- /insights/inventory/groups/**
Staleness and deletion:
url_rules:
- /insights/inventory/staleness-and-deletion
features:
_scope: '[data-ouia-app-id="inventory"]'
"System row - Button: Delete":
Expand Down Expand Up @@ -75,3 +78,9 @@ inventory:
"Groups view - Group info tab - Button: Manage access":
selectors:
- '{}[data-ouia-subnav="groups"] .pf-c-button.pf-m-secondary:contains("Manage access")'
"Edge systems - Edge Tab across Insights":
selectors:
- '[data-ouia-bundle="insights"] [aria-label="Immutable tab"]'
"Staleness and deletion - Save button":
selectors:
- '[data-ouia-component-id="OUIA-Generated-Button-primary-1"]'

0 comments on commit 2a55d9e

Please sign in to comment.