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-08-30 12:10:38 +0300
committerGitLab Bot <gitlab-bot@gitlab.com>2023-08-30 12:10:38 +0300
commit4310bd9b3d275c371bc26045ba52dead17a96260 (patch)
treed0217024611eef99004a08b3feb5445f8fa8ea43 /spec/features/admin
parentbb1221318722595bcf917354f9d29621ca7413d5 (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, 1 insertions, 1 deletions
diff --git a/spec/features/admin/admin_abuse_reports_spec.rb b/spec/features/admin/admin_abuse_reports_spec.rb
index 9a219894422..973988560b3 100644
--- a/spec/features/admin/admin_abuse_reports_spec.rb
+++ b/spec/features/admin/admin_abuse_reports_spec.rb
@@ -27,7 +27,7 @@ RSpec.describe "Admin::AbuseReports", :js, feature_category: :insider_threat do
expect_report_shown(open_report, open_report2)
- within '[data-testid="abuse-reports-filtered-search-bar"]' do
+ within_testid('abuse-reports-filtered-search-bar') do
expect(page).to have_content 'Status = Open'
end
end