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>2021-05-21 15:10:27 +0300
committerGitLab Bot <gitlab-bot@gitlab.com>2021-05-21 15:10:27 +0300
commit888264e6b732927699bc2c855a8184aa2a095fbb (patch)
tree8cc728e4b0d2efe86a3549b07574d0d2bbbf603f /spec/features/alerts_settings
parent34ad6d995bcab9f88a236bfed15aebdad76df960 (diff)
Add latest changes from gitlab-org/gitlab@master
Diffstat (limited to 'spec/features/alerts_settings')
-rw-r--r--spec/features/alerts_settings/user_views_alerts_settings_spec.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/spec/features/alerts_settings/user_views_alerts_settings_spec.rb b/spec/features/alerts_settings/user_views_alerts_settings_spec.rb
index 6675abd6b42..60f2f776595 100644
--- a/spec/features/alerts_settings/user_views_alerts_settings_spec.rb
+++ b/spec/features/alerts_settings/user_views_alerts_settings_spec.rb
@@ -25,7 +25,7 @@ RSpec.describe 'Alert integrations settings form', :js do
it 'shows the alerts setting form title' do
page.within('#js-alert-management-settings') do
- expect(find('h4')).to have_content('Alert integrations')
+ expect(find('h4')).to have_content('Alerts')
end
end