diff options
author | Matthew Somerville <matthew@mysociety.org> | 2011-06-03 15:20:39 +0100 |
---|---|---|
committer | Matthew Somerville <matthew@mysociety.org> | 2011-06-03 15:20:39 +0100 |
commit | 34e78aa47e8cad5ba237705dd8a2fa1d1403ff20 (patch) | |
tree | 8e898360c4e5faa676cdc2ed99f0bc06ce15cbe2 /t/app/controller/alert.t | |
parent | 7b405637a1ac3436cf90acc7d5ad46f1b80c8250 (diff) |
Better alert page title handling.
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 45257b31b..3e2dedd53 100644 --- a/t/app/controller/alert.t +++ b/t/app/controller/alert.t @@ -22,7 +22,7 @@ $mech->content_contains('html lang="en-gb"'); $mech->get_ok('/alert/list?pc=EH99 1SP'); $mech->title_like(qr/^Local RSS feeds and email alerts/); -$mech->content_contains('Local RSS feeds and email alerts for ‘EH99 1SP’'); +$mech->content_contains('Here are the types of local problem alerts for ‘EH99 1SP’'); $mech->content_contains('html lang="en-gb"'); $mech->content_contains('Problems within 8.5km'); $mech->content_contains('rss/pc/EH991SP/2'); |