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>2023-03-10 00:08:15 +0300
committerGitLab Bot <gitlab-bot@gitlab.com>2023-03-10 00:08:15 +0300
commit21a5ef21750a02e4536077833400158de7e4ff95 (patch)
treeb75e7834afc7f9be05e328e90babd86430676efe /spec/features/admin
parentcc6b6a7b78befba0fa003def271d446c51d67088 (diff)
Add latest changes from gitlab-org/gitlab@master
Diffstat (limited to 'spec/features/admin')
-rw-r--r--spec/features/admin/admin_abuse_reports_spec.rb2
1 files changed, 2 insertions, 0 deletions
diff --git a/spec/features/admin/admin_abuse_reports_spec.rb b/spec/features/admin/admin_abuse_reports_spec.rb
index 6b73f5547ae..8ea4f8c959f 100644
--- a/spec/features/admin/admin_abuse_reports_spec.rb
+++ b/spec/features/admin/admin_abuse_reports_spec.rb
@@ -7,6 +7,8 @@ RSpec.describe "Admin::AbuseReports", :js, feature_category: :shared do
context 'as an admin' do
before do
+ stub_feature_flags(abuse_reports_list: false)
+
admin = create(:admin)
sign_in(admin)
gitlab_enable_admin_mode_sign_in(admin)