Convert specs for search nav change to vertical & Vue (3)
What does this MR do and why?
Related to #377899 (closed)
After converting scope navigation from horizontal/HAML to vertical/Vue, we need to convert all specs for the Search Page.
There is a large MR with all changes in it, but that MR got too big so it's been broken down into smaller pieces:
-
Convert specs for search nav change to vertical & Vue 1/3
(merged) -
Convert specs for search nav change to vertical & Vue 2/3
(merged) -
Convert specs for search nav change to vertical & Vue 3/3
👈 this MR
This MR can be merged once !103409 (merged) has been merged and contains the following changes:
- move n+1 query checks from features spec into requests spec
- fixes for global search redactions specs
- some minor cosmetic changes to specs
Screenshots or screen recordings
N/A
How to set up and validate locally
While the changes in this MR are specs only changes, the UI changes are behind a feature flag
-
checkout this branch
-
In rails console enable the feature flag
Feature.enable(:search_page_vertical_nav)
-
Visit search page
http://your-gdk.url/search
-
Admire vertical navigation
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.
Edited by Terri Chu