diff options
author | Matthew Somerville <matthew-github@dracos.co.uk> | 2017-09-21 23:00:53 +0100 |
---|---|---|
committer | Matthew Somerville <matthew-github@dracos.co.uk> | 2017-09-30 21:13:33 +0100 |
commit | 4e6d1c359c94b0aa864bc48f28a8962113a47629 (patch) | |
tree | 67ba615aac2413cc06cde4738455461c21ff1b0d /t/cobrand | |
parent | 57f52190fc1edb515563d524b179906a3006ba78 (diff) |
Add ability to confirm reports/updates via text.
Diffstat (limited to 't/cobrand')
-rw-r--r-- | t/cobrand/bromley.t | 4 | ||||
-rw-r--r-- | t/cobrand/form_extras.t | 2 | ||||
-rw-r--r-- | t/cobrand/oxfordshire.t | 2 | ||||
-rw-r--r-- | t/cobrand/zurich.t | 2 |
4 files changed, 5 insertions, 5 deletions
diff --git a/t/cobrand/bromley.t b/t/cobrand/bromley.t index f3053c29a..a64337085 100644 --- a/t/cobrand/bromley.t +++ b/t/cobrand/bromley.t @@ -74,7 +74,7 @@ for my $test ( cobrand => 'bromley', fields => { submit_update => 1, - rznvy => 'unregistered@example.com', + username => 'unregistered@example.com', update => 'Update from an unregistered user', add_alert => undef, first_name => 'Unreg', @@ -87,7 +87,7 @@ for my $test ( cobrand => 'fixmystreet', fields => { submit_update => 1, - rznvy => 'unregistered@example.com', + username => 'unregistered@example.com', update => 'Update from an unregistered user', add_alert => undef, name => 'Unreg User', diff --git a/t/cobrand/form_extras.t b/t/cobrand/form_extras.t index f450d908e..84ded5bc1 100644 --- a/t/cobrand/form_extras.t +++ b/t/cobrand/form_extras.t @@ -37,7 +37,7 @@ FixMyStreet::override_config { detail => 'Test report details.', name => 'Joe Bloggs', may_show_name => '1', - email => 'test-1@example.com', + username => 'test-1@example.com', passport => '123456', password_register => '', } diff --git a/t/cobrand/oxfordshire.t b/t/cobrand/oxfordshire.t index a79a8f2a4..abafa1fe8 100644 --- a/t/cobrand/oxfordshire.t +++ b/t/cobrand/oxfordshire.t @@ -217,7 +217,7 @@ subtest 'response times messages displayed' => sub { title => 'Test Report', detail => 'Test report details.', photo1 => '', - email => 'test-2@example.com', + username => 'test-2@example.com', name => 'Test User', category => 'Pothole', } diff --git a/t/cobrand/zurich.t b/t/cobrand/zurich.t index 03b20b087..e0671db2a 100644 --- a/t/cobrand/zurich.t +++ b/t/cobrand/zurich.t @@ -808,7 +808,7 @@ subtest "photo must be supplied for categories that require it" => sub { $mech->get_ok('/report/new?lat=47.381817&lon=8.529156'); $mech->submit_form_ok({ with_fields => { detail => 'Problem-Bericht', - email => 'user@example.org', + username => 'user@example.org', category => 'Graffiti - photo required', }}); is $mech->res->code, 200, "missing photo shouldn't return anything but 200"; |