Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGitLab Bot <gitlab-bot@gitlab.com>2019-11-07 00:06:44 +0300
committerGitLab Bot <gitlab-bot@gitlab.com>2019-11-07 00:06:44 +0300
commitcf85de264d049f1f8ff14b23f38f8331ae4c60fa (patch)
tree73188488af9f2a6d40df4f62b3d84dc6536e2ffc /spec/features/explore
parentbcdcff749598f4275f7c250c07cbfe632cfe7fdb (diff)
Add latest changes from gitlab-org/gitlab@master
Diffstat (limited to 'spec/features/explore')
-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