diff options
author | Struan Donald <struan@exo.org.uk> | 2012-05-14 18:06:32 +0100 |
---|---|---|
committer | Struan Donald <struan@exo.org.uk> | 2012-05-14 18:06:32 +0100 |
commit | 4268024f74085b25a985fdfde431cd9b17e4cffb (patch) | |
tree | 56a7b69794c15e9311749b734e0c6841e81df151 /t/app/controller | |
parent | dd16641400e49f94f480db8c3e62e0760065e6d8 (diff) |
add council name to dashboard
Diffstat (limited to 't/app/controller')
-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; |