Skip to content

Updates selector in QA::Page::Component::Dropdown#search_item

Sean Gregory requested to merge qa/fix_dropdown_select into master

What does this MR do and why?

This MR updates the css selector used in QA::Page::Component::Dropdown#search_item to reflect the update to GlListbox

Fixes #386619 (closed)

Screenshots or screen recordings

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

How to set up and validate locally

  1. Enable the vue_group_select feature flag.
  2. git fetch && git checkout qa/fix_dropdown_select
  3. cd qa && ./bin/qa Test::Instance::All -- qa/specs/features/ee/browser_ui/3_create/repository/project_templates_spec.rb
  4. Repeat with feature flag disabled.

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