summaryrefslogtreecommitdiff
path: root/spec/features/projects/settings/user_searches_in_settings_spec.rb
diff options
context:
space:
mode:
authorGitLab Bot <gitlab-bot@gitlab.com>2022-12-05 06:07:17 +0000
committerGitLab Bot <gitlab-bot@gitlab.com>2022-12-05 06:07:17 +0000
commit130b909c4fab338c54e3292ed0c4f548e26e46b9 (patch)
treeb444bc3ed5d368e7a25d973c45183c0ad09a525c /spec/features/projects/settings/user_searches_in_settings_spec.rb
parentf0208efd0b9afee8a00690d430e9aec2171a1955 (diff)
downloadgitlab-ce-130b909c4fab338c54e3292ed0c4f548e26e46b9.tar.gz
Add latest changes from gitlab-org/gitlab@master
Diffstat (limited to 'spec/features/projects/settings/user_searches_in_settings_spec.rb')
-rw-r--r--spec/features/projects/settings/user_searches_in_settings_spec.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/spec/features/projects/settings/user_searches_in_settings_spec.rb b/spec/features/projects/settings/user_searches_in_settings_spec.rb
index 7ed96d01189..8a11507d064 100644
--- a/spec/features/projects/settings/user_searches_in_settings_spec.rb
+++ b/spec/features/projects/settings/user_searches_in_settings_spec.rb
@@ -2,7 +2,7 @@
require 'spec_helper'
-RSpec.describe 'User searches project settings', :js do
+RSpec.describe 'User searches project settings', :js, feature_category: :projects do
let_it_be(:user) { create(:user) }
let_it_be(:project) { create(:project, :repository, namespace: user.namespace, pages_https_only: false) }