diff options
author | Matthew Somerville <matthew-github@dracos.co.uk> | 2018-10-18 18:30:22 +0100 |
---|---|---|
committer | Matthew Somerville <matthew-github@dracos.co.uk> | 2018-12-05 13:05:11 +0000 |
commit | c21b8a0455ae1416887e89358b945322edd761ed (patch) | |
tree | 29763d1416ab2462034c9d381666eb108f029793 /t/app/controller | |
parent | 0187e3485193b8c7b663dde1d32808cb9d3f2aa8 (diff) |
Update sign in flow for new reports/updates.
Co-authored-by: Zarino Zappia <zarino@mysociety.org>
Diffstat (limited to 't/app/controller')
-rw-r--r-- | t/app/controller/report_new.t | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/t/app/controller/report_new.t b/t/app/controller/report_new.t index 8a391f318..b796578a0 100644 --- a/t/app/controller/report_new.t +++ b/t/app/controller/report_new.t @@ -1319,7 +1319,7 @@ subtest "check map click ajax response" => sub { }; ok $extra_details->{titles_list}, 'Bromley sends back list of titles'; like $extra_details->{councils_text}, qr/Bromley Council/, 'correct council text'; - like $extra_details->{councils_text_private}, qr/^These will be sent to the council, but will never be shown online/, 'correct private council text'; + like $extra_details->{councils_text_private}, qr/^These details will be sent to the council, but will never be shown online/, 'correct private council text'; like $extra_details->{category}, qr/Trees/, 'category looks correct'; is_deeply $extra_details->{bodies}, [ "Bromley Council" ], 'correct bodies'; ok !$extra_details->{contribute_as}, 'no contribute as section'; |