diff options
author | Matthew Somerville <matthew-github@dracos.co.uk> | 2017-09-13 15:53:29 +0100 |
---|---|---|
committer | Matthew Somerville <matthew-github@dracos.co.uk> | 2017-09-13 18:18:49 +0100 |
commit | 4604ac3ac68a1592fa0387aff17082a695c76efe (patch) | |
tree | cafbd1bff6c0e1f39303089cb46ec2d001e5f93d /t/app/controller/alert.t | |
parent | e466e4db9be320953fbda98e3fbb291c8fe067dc (diff) |
Version 2.2.
Couple of missed strings for translation, and prevent a couple of
warnings in tests.
Diffstat (limited to 't/app/controller/alert.t')
-rw-r--r-- | t/app/controller/alert.t | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/t/app/controller/alert.t b/t/app/controller/alert.t index 4aa2fdf7d..ce3c2ef9b 100644 --- a/t/app/controller/alert.t +++ b/t/app/controller/alert.t @@ -24,7 +24,7 @@ FixMyStreet::override_config { $mech->get_ok('/alert/list?pc=EH1 1BB'); $mech->title_like(qr/^Local RSS feeds and email alerts/); - $mech->content_contains('Local RSS feeds and email alerts for ‘EH1 1BB’'); + $mech->content_like(qr/Local RSS feeds and email alerts for .EH1 1BB/); $mech->content_contains('html class="no-js" lang="en-gb"'); $mech->content_contains('Problems within 10.0km'); $mech->content_contains('rss/pc/EH11BB/2'); |