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>2022-12-08 06:08:48 +0300
committerGitLab Bot <gitlab-bot@gitlab.com>2022-12-08 06:08:48 +0300
commitbaa5da6de5e05bfa0f0d96d26f3ace54041aaf92 (patch)
tree3870994c882fd02ac117c08c66aa629a3da12b46 /spec/features/incidents
parent044a953eb6b92e39cf32678296aa219176c9ad92 (diff)
Add latest changes from gitlab-org/gitlab@master
Diffstat (limited to 'spec/features/incidents')
-rw-r--r--spec/features/incidents/user_views_incident_spec.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/spec/features/incidents/user_views_incident_spec.rb b/spec/features/incidents/user_views_incident_spec.rb
index 345cf0c7074..8216aca787a 100644
--- a/spec/features/incidents/user_views_incident_spec.rb
+++ b/spec/features/incidents/user_views_incident_spec.rb
@@ -57,7 +57,7 @@ RSpec.describe "User views incident", feature_category: :incident_management do
it 'shows incident actions', :js do
click_button 'Incident actions'
- expect(page).to have_link 'Report abuse'
+ expect(page).to have_link 'Report abuse to administrator'
end
end
end