Skip to content
Snippets Groups Projects
Commit afdd1ad6 authored by Mike Kozono's avatar Mike Kozono
Browse files

Merge branch '119206-fix-flaky-admin_sends_notification_spec' into 'master'

Remove expectation on flash notice

Closes #119206

See merge request !22977
parents eb3ff312 dbf8f6e9
No related branches found
No related tags found
2 merge requests!158514Fix CodeReviewMetrics worker failure with kwargs,!22977Remove expectation on flash notice
Pipeline #109353793 passed with warnings
......@@ -47,7 +47,6 @@
emails = ActionMailer::Base.deliveries
expect(find(".flash-notice")).to have_content("Email sent")
expect(emails.count).to eql(group.users.count)
expect(emails.last.text_part.body.decoded).to include(NOTIFICATION_TEXT)
end
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment