Adds a custom aria label on help popover icon
requested to merge 450836-make-help-popover-aria-label-customizable-in-help-popover-for-runners-forms into master
What does this MR do and why?
This change updates the aria-label attributes of the help buttons for each field in the Google Cloud runner provisioning so users of assistive technologies can easily find more details on each of the form fields.
MR acceptance checklist
Please evaluate this MR against the MR acceptance checklist. It helps you analyze changes to reduce risks in quality, performance, reliability, security, and maintainability.
Screenshots or screen recordings
How to set up and validate locally
- Simulate a SaaS instance in your GDK
- Enable the feature flag
echo "Feature.enable(:google_cloud_support_feature_flag)" | rails c
- Visit project runner creation Project -> Settings -> CI/CD -> Runners -> New project Runner
- Select google cloud radio option (for platform)
- Create a runner
- Check the labels of the fields: Region, Zone, Machine type have the updated aria labels.
Related to #450836 (closed)