Skip to content
Snippets Groups Projects

Fix capitalization of "merge requests" in notifications

Merged Amy Qualls requested to merge 233449-notifications-merge-capitals into master
All threads resolved!
@@ -31,7 +31,7 @@
aggregate_failures do
is_expected.to have_referable_subject(merge_request, reply: true)
is_expected.to have_body_text(project_merge_request_path(project, merge_request))
is_expected.to have_body_text('You have been mentioned in Merge Request')
is_expected.to have_body_text('You have been mentioned in merge request')
is_expected.to have_link(merge_request.to_reference, href: project_merge_request_url(merge_request.target_project, merge_request))
is_expected.to have_text_part_content(assignee.name)
is_expected.to have_text_part_content(reviewer.name)
Loading