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

Services Dropdown - Selector for each tab #274

Merged
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
39 changes: 39 additions & 0 deletions data/crc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,45 @@ crc:
"Apps & Services Dropdown - Openshift":
selectors:
- '[data-ouia-component-id="AllServices-Dropdown-Openshift"]'
"Apps & Services Dropdown - Favorites":
selectors:
- '[data-ouia-component-id="AllServices-favorites-Tab"]'
"Apps & Services Dropdown - AI/ML":
selectors:
- '[data-ouia-component-id="AllServices-ai-Tab"]'
"Apps & Services Dropdown - Automation":
selectors:
- '[data-ouia-component-id="AllServices-automation-Tab"]'
"Apps & Services Dropdown - Containers":
selectors:
- '[data-ouia-component-id="AllServices-containers-Tab"]'
"Apps & Services Dropdown - Deploy":
selectors:
- '[data-ouia-component-id="AllServices-deploy-Tab"]'
"Apps & Services Dropdown - Identity and Access Management":
selectors:
- '[data-ouia-component-id="AllServices-iam-Tab"]'
justinorringer marked this conversation as resolved.
Show resolved Hide resolved
"Apps & Services Dropdown - Integrations and Notifications":
selectors:
- '[data-ouia-component-id="AllServices-integrations-notifications-Tab"]'
"Apps & Services Dropdown - Inventories":
selectors:
- '[data-ouia-component-id="AllServices-inventories-Tab"]'
"Apps & Services Dropdown - Observability and Monitoring":
selectors:
- '[data-ouia-component-id="AllServices-observe-Tab"]'
"Apps & Services Dropdown - Security":
selectors:
- '[data-ouia-component-id="AllServices-security-Tab"]'
"Apps & Services Dropdown - Subscriptions and Spend":
selectors:
- '[data-ouia-component-id="AllServices-subscriptions-Tab"]'
"Apps & Services Dropdown - System Configuration":
selectors:
- '[data-ouia-component-id="AllServices-systemConfiguration-Tab"]'
"Apps & Services Dropdown - Try and Buy":
selectors:
- '[data-ouia-component-id="AllServices-tryBuy-Tab"]'
"Apps & Services Dropdown - Application Services: Overview":
selectors:
- '{} a:contains("Overview")[href="application-services/overview"]'
Expand Down
Loading