diff options
author | Myfanwy Nixon <myf@mysociety.org> | 2014-04-10 17:11:58 +0100 |
---|---|---|
committer | Matthew Somerville <matthew@mysociety.org> | 2014-05-16 18:24:22 +0100 |
commit | 3687cc573db7fbdae09773d9007bc6abeac89409 (patch) | |
tree | 0931cf51030a5bcf55fe7bf9fc07611735d76007 /t/app/model/problem.t | |
parent | 0d190daf11c8ff29fd53b3a342d0717f5b73da05 (diff) |
Update all email templates with new text.
And FixMyStreet.com specific open questionnaire page.
Diffstat (limited to 't/app/model/problem.t')
-rw-r--r-- | t/app/model/problem.t | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/t/app/model/problem.t b/t/app/model/problem.t index 24ed959af..f15d56bfe 100644 --- a/t/app/model/problem.t +++ b/t/app/model/problem.t @@ -666,8 +666,8 @@ subtest 'check can turn on report sent email alerts' => sub { ok defined( $problem->whensent ), 'whensent set'; $email = $emails[1]; - like $email->header('Subject'), qr/Problem Report Sent/, 'report sent email title correct'; - like $email->body, qr/Your report about/, 'report sent body correct'; + like $email->header('Subject'), qr/FixMyStreet Report Sent/, 'report sent email title correct'; + like $email->body, qr/to submit your report/, 'report sent body correct'; $send_confirmation_mail_override->restore(); }; |