summaryrefslogtreecommitdiff
path: root/spec/features/explore/groups_spec.rb
diff options
context:
space:
mode:
Diffstat (limited to 'spec/features/explore/groups_spec.rb')
-rw-r--r--spec/features/explore/groups_spec.rb4
1 files changed, 4 insertions, 0 deletions
diff --git a/spec/features/explore/groups_spec.rb b/spec/features/explore/groups_spec.rb
index 81c77a29ecd..eff63d6a788 100644
--- a/spec/features/explore/groups_spec.rb
+++ b/spec/features/explore/groups_spec.rb
@@ -26,6 +26,10 @@ describe 'Explore Groups', :js do
end
end
+ before do
+ stub_feature_flags({ vue_issuables_list: { enabled: false, thing: group } })
+ end
+
shared_examples 'renders public and internal projects' do
it do
visit_page