Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update image-builder.yml #265

Merged
merged 4 commits into from
Jul 2, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
24 changes: 24 additions & 0 deletions data/image-builder.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,9 @@ image builder:
url_rules:
- /insights/image-builder/imagewizard
- /insights/image-builder/imagewizard/**
Edge images list:
url_rules:
- /insights/image-builder/manage-edge-images
features:
_scope: '[data-ouia-bundle="insights"][data-ouia-app-id="image-builder"]'
"Create image wizard - Step: Output - Button: Next":
Expand Down Expand Up @@ -100,6 +103,15 @@ image builder:
"Images list - Button: Build an Image with Custom Content":
selectors:
- '{} .pf-m-link:contains("Build an Image with Custom Content")'
"Images list - Button: Create blueprint":
selectors:
- '{} .pf-m-primary:contains("Create blueprint")'
"Images list - Button: Edit blueprint":
selectors:
- '{} .pf-v5-c-button:contains("Edit blueprint")'
"Blueprint list - Button: Build images":
selectors:
- '{} .pf-m-primary:contains("Build images")'
"Quickstart: Launch an AWS Image - Button: Let Red Hat contact you":
selectors:
- '{} #qs-ib-aws-launch-contact'
Expand All @@ -118,3 +130,15 @@ image builder:
"Create blueprint wizard - Step: Content - Button: Add listed repositories":
selectors:
- '{} .pf-m-primary:contains("Add listed repositories")'
"Images list- Horizontal Tab: Immutable(OSTree)":
selectors:
- '{} .pf-v5-c-tabs__item-text:contains("Immutable (OSTree)")'
"Edge images list- Button: Create new image":
selectors:
- '{} .pf-c-button:contains("Create new image")'
"Edge images list- Button: Download from Kebab":
selectors:
- '{} .pf-c-dropdown__menu-item:contains("Download")'
"Edge images list - Button: Actions dropdown":
selectors:
- '{} #image-set-details-dropdown'
Loading