diff options
author | Matthew Somerville <matthew@mysociety.org> | 2012-07-16 17:10:10 +0100 |
---|---|---|
committer | Matthew Somerville <matthew@mysociety.org> | 2012-07-16 17:11:03 +0100 |
commit | 9fde45a9355c69040a519114f70f6d54184bf15c (patch) | |
tree | 8d80602a9375f278b81e41ff84ab06e10c0ac680 /t | |
parent | a03ea5336a8e685318735790723fb5240d9f617a (diff) |
Fix test (change was in b1ccde8).
Diffstat (limited to 't')
-rw-r--r-- | t/app/controller/dashboard.t | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/t/app/controller/dashboard.t b/t/app/controller/dashboard.t index 472c6d9bd..c3b6c014a 100644 --- a/t/app/controller/dashboard.t +++ b/t/app/controller/dashboard.t @@ -42,7 +42,7 @@ $mech->submit_form_ok( { with_fields => { email => $test_user, password_sign_in => $test_pass } } ); -$mech->content_contains( 'Summary Statistics for City of Edinburgh' ); +$mech->content_contains( 'City of Edinburgh' ); FixMyStreet::App->model('DB::Contact')->search( { area_id => $test_council } ) ->delete; |