diff options
author | M Somerville <matthew-github@dracos.co.uk> | 2020-09-18 20:11:31 +0100 |
---|---|---|
committer | M Somerville <matthew-github@dracos.co.uk> | 2020-09-25 11:59:52 +0100 |
commit | ba1179d0378a35809f4eb2df0ceb3e189c4bd1bc (patch) | |
tree | 24d868cbd7ef96c8e13a57bec2ee362090cf5583 /t/app/controller/report_new_open311.t | |
parent | 49a2bf517a60d71b251bdf7e23e5717c792f527d (diff) |
Show username error in correct place only.
Diffstat (limited to 't/app/controller/report_new_open311.t')
-rw-r--r-- | t/app/controller/report_new_open311.t | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/t/app/controller/report_new_open311.t b/t/app/controller/report_new_open311.t index 7cd6dca09..9a8063a84 100644 --- a/t/app/controller/report_new_open311.t +++ b/t/app/controller/report_new_open311.t @@ -130,8 +130,8 @@ foreach my $test ( 'This information is required', 'Please enter a subject', 'Please enter some details', - 'Please enter your email', 'Please enter your name', + 'Please enter your email', ], submit_with => { title => 'test', @@ -170,8 +170,8 @@ foreach my $test ( 'This information is required', 'Please enter a subject', 'Please enter some details', - 'Please enter your email', 'Please enter your name', + 'Please enter your email', ], submit_with => { title => 'test', |