Skip to content

Draft: Convert all Search Page RSpecs to support vertical search navigation

What does this MR do and why?

After converting horizontal scope navigation to Vue-based vertical navigation we need to convert all RSpecs for the Search Page that is testing the whole page to support Vue-based navigation.

7/7 add vertical navigation vue app

Screenshots or screen recordings

This is a technical depth MR. No visual output will be produced.

How to set up and validate locally

  1. Checkout this branch
  2. Enable FF
    Feature.enable(:search_page_vertical_nav)
  3. run search page feature RSpecs bundle run rspec spec/features/search
  4. run search page views RSpecs bundle run rspec spec/views/search

MR acceptance checklist

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

Related to #377899 (closed)

Edited by Terri Chu

Merge request reports