diff options
author | Matthew Somerville <matthew@mysociety.org> | 2015-05-08 12:24:35 +0100 |
---|---|---|
committer | Matthew Somerville <matthew-github@dracos.co.uk> | 2015-07-28 16:18:15 +0100 |
commit | 9d00e9bc88bde0c604a30d7f72890768b13ee7f0 (patch) | |
tree | dfbbb4496c2b4fe3d00ccd1e76e40d9b93108ad1 /t/app/controller/report_new_open311.t | |
parent | a6390b55a0f05ef348b831ad76ce07834ac26e7e (diff) |
[fixmystreet.com] Unresponsive bodies page/warning
Add a special category email address used to show an unresponsive
message and page when trying to report in that category. Add a "Refused"
send method for setting a whole body to be unresponsive and show the
message immediately, not on category selection.
Factor out category template, and put at top where needed.
Diffstat (limited to 't/app/controller/report_new_open311.t')
-rw-r--r-- | t/app/controller/report_new_open311.t | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/t/app/controller/report_new_open311.t b/t/app/controller/report_new_open311.t index 53b84b92d..d3ca93f0e 100644 --- a/t/app/controller/report_new_open311.t +++ b/t/app/controller/report_new_open311.t @@ -60,9 +60,9 @@ foreach my $test ( type => 'old', }, errors => [ + 'This information is required', 'Please enter a subject', 'Please enter some details', - 'This information is required', 'Please enter your email', 'Please enter your name', ], |