Skip to content

Add integration specs for "no search term is showing scopes"

What does this MR do and why?

add rspec test for scope filters to be there even if there no search term.

How to set up and validate locally

  1. In rails console enable the experiment fully
    Feature.enable(:member_areas_of_focus)
  2. Visit any group or project member pages such as http://127.0.0.1:3000/groups/flightjs/-/group_members
  3. Click the invite members button.

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 #413427 (closed)

Edited by Tomas Bulva

Merge request reports