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-01-13 21:07:10 +0300
committerGitLab Bot <gitlab-bot@gitlab.com>2023-01-13 21:07:10 +0300
commit84cd90f2cec2442ce1b27628a8ffcad995c89151 (patch)
tree47d675708a548cb76df556e75a5cfa204d969b16 /spec/features/incidents
parent6ce180777857bd5733bf995131b1065965b41230 (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 8216aca787a..49041d187dd 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 to administrator'
+ expect(page).to have_button 'Report abuse to administrator'
end
end
end