diff options
Diffstat (limited to 't/app/controller/dashboard.t')
-rw-r--r-- | t/app/controller/dashboard.t | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/t/app/controller/dashboard.t b/t/app/controller/dashboard.t index b96196d21..788b41dbe 100644 --- a/t/app/controller/dashboard.t +++ b/t/app/controller/dashboard.t @@ -36,7 +36,6 @@ $mech->submit_form_ok( { with_fields => { email => $test_user, password_sign_in => $test_pass } } ); -$mech->content_contains( 'Summary Statistics' ); -$mech->content_contains( 'Edinburgh' ); +$mech->content_contains( 'Summary Statistics for City of Edinburgh' ); done_testing; |