Skip to content

Adds a custom aria label on help popover icon

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

Screenshot_2024-03-20_at_15.41.28

How to set up and validate locally

  1. Simulate a SaaS instance in your GDK
  2. Enable the feature flag
 echo "Feature.enable(:google_cloud_support_feature_flag)" | rails c
  1. Visit project runner creation Project -> Settings -> CI/CD -> Runners -> New project Runner
  2. Select google cloud radio option (for platform)
  3. Create a runner
  4. Check the labels of the fields: Region, Zone, Machine type have the updated aria labels.

Related to #450836 (closed)

Merge request reports

Loading