Updates selector in QA::Page::Component::Dropdown#search_item
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
- Enable the
vue_group_select
feature flag. git fetch && git checkout qa/fix_dropdown_select
- cd qa && ./bin/qa Test::Instance::All -- qa/specs/features/ee/browser_ui/3_create/repository/project_templates_spec.rb
- 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.
-
I have evaluated the MR acceptance checklist for this MR.