summaryrefslogtreecommitdiff
path: root/qa
diff options
context:
space:
mode:
authorGitLab Bot <gitlab-bot@gitlab.com>2023-03-31 15:08:50 +0000
committerGitLab Bot <gitlab-bot@gitlab.com>2023-03-31 15:08:50 +0000
commitccab6fb4df8bc12220334618e56d911c4d0e447c (patch)
treea8c7bb66fb4c36c97e7e1b4f27744fcd93c3bcf3 /qa
parent820c5f6d5c816ba4b742f2ae2e08cc548314531a (diff)
downloadgitlab-ce-ccab6fb4df8bc12220334618e56d911c4d0e447c.tar.gz
Add latest changes from gitlab-org/gitlab@master
Diffstat (limited to 'qa')
-rw-r--r--qa/qa/specs/features/browser_ui/8_monitor/alert_management/email_notification_for_alert_spec.rb4
1 files changed, 2 insertions, 2 deletions
diff --git a/qa/qa/specs/features/browser_ui/8_monitor/alert_management/email_notification_for_alert_spec.rb b/qa/qa/specs/features/browser_ui/8_monitor/alert_management/email_notification_for_alert_spec.rb
index 70874e46f27..008d8f808b3 100644
--- a/qa/qa/specs/features/browser_ui/8_monitor/alert_management/email_notification_for_alert_spec.rb
+++ b/qa/qa/specs/features/browser_ui/8_monitor/alert_management/email_notification_for_alert_spec.rb
@@ -3,8 +3,8 @@
module QA
RSpec.describe 'Monitor', :orchestrated, :smtp, :requires_admin, product_group: :respond do
describe 'Alert' do
- shared_examples 'notification on new alert', :aggregate_failures do
- it 'sends email to user' do
+ shared_examples 'notification on new alert' do
+ it 'sends email to user', :aggregate_failures do
expect { email_subjects }.to eventually_include(alert_email_subject).within(max_duration: 60)
expect(recipient_email_addresses).to include(user.email)
end