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

Add idmsvc #271

Merged
merged 1 commit into from
Aug 27, 2024
Merged
Show file tree
Hide file tree
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
48 changes: 48 additions & 0 deletions data/idmsvc.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,48 @@
---
idmsvc:
pages:
All pages:
url_rules:
- /settings/idmsvc
- /settings/idmsvc/**
Domains List:
url_rules:
- /settings/idmsvc/domains
Domain Details:
url_rules:
- /settings/idmsvc/domains/details/**
Register identity domain wizard:
url_rules:
- /settings/idmsvc/domains/wizard
features:
_scope: '[data-ouia-bundle="settings"][data-ouia-app-id="idmsvc"]'
"Register domain wizard - Step: Preparation - Button: Next":
selectors:
- '{} .wizardPage [data-ouia-component-id="ButtonWizardPreparationNext"]'
"Register domain wizard - Step: Registration - Button: Next":
selectors:
- '{} .wizardPage [data-ouia-component-id="ButtonWizardRegistrationNext"]'
"Register domain wizard - Step: Registration - Button: Back":
selectors:
- '{} .wizardPage [data-ouia-component-id="ButtonWizardRegistrationBack"]'
"Register domain wizard - Step: Details - Button: Next":
selectors:
- '{} .wizardPage [data-ouia-component-id="ButtonWizardDetailsNext"]'
"Register domain wizard - Step: Details - Button: Back":
selectors:
- '{} .wizardPage [data-ouia-component-id="ButtonWizardDetailsBack"]'
"Register domain wizard - Step: Review - Button: Finish":
selectors:
- '{} .wizardPage [data-ouia-component-id="ButtonWizardReviewFinish"]'
"Register domain wizard - Step: Review - Button: Back":
selectors:
- '{} .wizardPage [data-ouia-component-id="ButtonWizardReviewBack"]'
"Register domain wizard - Step: all - Button: Cancel":
selectors:
- '{} .wizardPage [data-ouia-component-id="ButtonWizardCancel"]'
"Modal cancel registration - Button: Cancel":
selectors:
- '[data-ouia-component-id="ButtonModalCancelRegistrationCancel"]'
"Modal cancel registration - Button: Continue":
selectors:
- '[data-ouia-component-id="ButtonModalCancelRegistrationContinue"]'
1 change: 1 addition & 0 deletions data/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ applications:
- "data-srvs-database-access"
- "drift"
- "edge-management"
- "idmsvc"
- "insights-for-openshift"
- "insights"
- "inventory"
Expand Down
Loading