summaryrefslogtreecommitdiff
path: root/spec/features/explore/user_explores_projects_spec.rb
diff options
context:
space:
mode:
Diffstat (limited to 'spec/features/explore/user_explores_projects_spec.rb')
-rw-r--r--spec/features/explore/user_explores_projects_spec.rb4
1 files changed, 1 insertions, 3 deletions
diff --git a/spec/features/explore/user_explores_projects_spec.rb b/spec/features/explore/user_explores_projects_spec.rb
index c082ff1fb0c..f54a51c9ac9 100644
--- a/spec/features/explore/user_explores_projects_spec.rb
+++ b/spec/features/explore/user_explores_projects_spec.rb
@@ -2,7 +2,7 @@
require 'spec_helper'
-RSpec.describe 'User explores projects' do
+RSpec.describe 'User explores projects', feature_category: :users do
context 'when some projects exist' do
let_it_be(:archived_project) { create(:project, :archived) }
let_it_be(:internal_project) { create(:project, :internal) }
@@ -35,8 +35,6 @@ RSpec.describe 'User explores projects' do
before do
sign_in(user)
-
- stub_feature_flags(project_list_filter_bar: false)
end
shared_examples 'empty search results' do