From b5f9275413e88fe606dc7a97583ca79465f857d4 Mon Sep 17 00:00:00 2001 From: Justin Orringer Date: Wed, 11 Sep 2024 15:58:08 -0400 Subject: [PATCH] Dropdown tabs selectors --- data/crc.yml | 39 +++++++++++++++++++++++++++++++++++++++ 1 file changed, 39 insertions(+) diff --git a/data/crc.yml b/data/crc.yml index 7e6c70d..76d63a9 100644 --- a/data/crc.yml +++ b/data/crc.yml @@ -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"]' + "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"]'