From ce6b34aa866e246fae2aadc9308a27638d8eccb3 Mon Sep 17 00:00:00 2001 From: Struan Donald Date: Thu, 5 May 2011 17:10:54 +0100 Subject: display choices for ambigious location searches --- t/app/controller/alert.t | 2 ++ 1 file changed, 2 insertions(+) (limited to 't/app/controller/alert.t') 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(); -- cgit v1.2.3