diff options
Diffstat (limited to 't/app/controller')
-rw-r--r-- | t/app/controller/report_new.t | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/t/app/controller/report_new.t b/t/app/controller/report_new.t index e824eb143..417d91ef9 100644 --- a/t/app/controller/report_new.t +++ b/t/app/controller/report_new.t @@ -519,6 +519,29 @@ foreach my $test ( errors => [ "Please enter a subject" ], }, { + msg => 'email in title', + pc => 'SW1A 1AA', + fields => { + title => 'user@example.com', + detail => 'Test detail', + photo1 => '', + photo2 => '', + photo3 => '', + name => 'Joe Smith', + may_show_name => '1', + username => 'user@example.com', + phone => '', + category => 'Street lighting', + password_sign_in => '', + password_register => '', + }, + changes => { + username => 'user@example.com', + title => 'User@example.com' + }, + errors => [ 'Please make sure you are not including an email address', ], + }, + { msg => 'Bromley long detail', pc => 'BR1 3UH', fields => { |