aboutsummaryrefslogtreecommitdiffstats
path: root/t
diff options
context:
space:
mode:
Diffstat (limited to 't')
-rw-r--r--t/app/controller/alert.t2
1 files changed, 2 insertions, 0 deletions
diff --git a/t/app/controller/alert.t b/t/app/controller/alert.t
index 25feaf20d..80037fafe 100644
--- a/t/app/controller/alert.t
+++ b/t/app/controller/alert.t
@@ -25,4 +25,6 @@ $mech->title_like(qr/^Local RSS feeds and email alerts/);
$mech->content_contains('Local RSS feeds and email alerts for ZZ9 9ZY');
$mech->content_contains('html lang="en-gb"');
+$mech->get_ok('/alert/list?pc=High Street');
+$mech->content_contains('We found more than one match for that location');
done_testing();