Skip to content

Update Value Stream Analytics selector strings

Will Meek requested to merge value_stream_spec_fix into master

What does this MR do and why?

Fix for #420840 (closed)

This is due to !127740 (merged) enforcing strict case matches on testid attributes

So looking for eg.

            set_date(:daterange_picker_start_container, from)

won't match daterange-picker-start-container

Screenshots or screen recordings

Screenshots are required for UI changes, and strongly recommended for all other merge requests.

n/a

How to set up and validate locally

From QA directory, target staging:

<STAGING VARIABLES FROM ONE PASSWORD> QA_DEBUG=true bundle exec bin/qa Test::Instance::All https://staging.gitlab.com qa/specs/features/ee/browser_ui/2_plan/analytics/value_stream_analytics_spec.rb

MR acceptance checklist

This checklist encourages us to confirm any changes have been analyzed to reduce risks in quality, performance, reliability, security, and maintainability.

Merge request reports