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 ansible, rhel, and openshift link selectors to services dropdown #267

Merged
merged 2 commits into from
Jul 24, 2024

Conversation

apinkert
Copy link
Contributor

For RHCLOUD-33602, currently waiting for a new frontend release with these ouia selectors added

@github-actions github-actions bot added crc update to crc (base) data update to config files documentation Improvements or additions to documentation labels Jul 24, 2024
data/crc.yml Outdated
Comment on lines 37 to 45
"Apps & Services Dropdown - Ansible":
selectors:
- '{} [data-ouia-component-id="AllServices-Dropdown-Ansible"]'
"Apps & Services Dropdown - RHEL":
selectors:
- '{} [data-ouia-component-id="AllServices-Dropdown-RHEL"]'
"Apps & Services Dropdown - Openshift":
selectors:
- '{} [data-ouia-component-id="AllServices-Dropdown-Openshift"]'
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
"Apps & Services Dropdown - Ansible":
selectors:
- '{} [data-ouia-component-id="AllServices-Dropdown-Ansible"]'
"Apps & Services Dropdown - RHEL":
selectors:
- '{} [data-ouia-component-id="AllServices-Dropdown-RHEL"]'
"Apps & Services Dropdown - Openshift":
selectors:
- '{} [data-ouia-component-id="AllServices-Dropdown-Openshift"]'
"Apps & Services Dropdown - Ansible":
selectors:
- '[data-ouia-component-id="AllServices-Dropdown-Ansible"]'
"Apps & Services Dropdown - RHEL":
selectors:
- '[data-ouia-component-id="AllServices-Dropdown-RHEL"]'
"Apps & Services Dropdown - Openshift":
selectors:
- '[data-ouia-component-id="AllServices-Dropdown-Openshift"]'

You can remove the scope for these since they're going to be present on every page. You should be able to delete your changes further down since this will capture all the clicks sitewide

@ryelo
Copy link
Member

ryelo commented Jul 24, 2024

Also, whenever this is updated it can be merged. There's nothing that will break if we merge it early but it'll start capturing data as soon as chrome is released

@apinkert apinkert marked this pull request as ready for review July 24, 2024 13:18
@apinkert apinkert merged commit 2acdb64 into main Jul 24, 2024
3 checks passed
@apinkert apinkert deleted the update-crc branch July 24, 2024 13:20
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
crc update to crc (base) data update to config files documentation Improvements or additions to documentation
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants