diff options
author | Struan Donald <struan@exo.org.uk> | 2019-07-19 18:11:55 +0100 |
---|---|---|
committer | Struan Donald <struan@exo.org.uk> | 2019-09-27 17:35:15 +0100 |
commit | bafb09ea031435fef9e7bd5540977b6af62bfefe (patch) | |
tree | 29d6a4f54a91ce46b27875143292d03af812dece /t/app/controller | |
parent | 10f175e50ef96de471b2262a43b6af4719ce19a0 (diff) |
[IsleOfWhite] make sure category_extras uses correct name
Diffstat (limited to 't/app/controller')
-rw-r--r-- | t/app/controller/report_new_open311.t | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/t/app/controller/report_new_open311.t b/t/app/controller/report_new_open311.t index 52f1ddc6e..a0d122a7b 100644 --- a/t/app/controller/report_new_open311.t +++ b/t/app/controller/report_new_open311.t @@ -203,6 +203,8 @@ foreach my $test ( # check that we got the errors expected is_deeply $mech->page_errors, $test->{errors}, "check errors"; + $mech->content_contains('Help <strong>Borsetshire Council</strong> resolve your problem quicker'); + # check that fields have changed as expected my $new_values = { %{ $test->{fields} }, # values added to form |