diff options
author | Matthew Somerville <matthew-github@dracos.co.uk> | 2017-01-12 15:48:18 +0000 |
---|---|---|
committer | Matthew Somerville <matthew-github@dracos.co.uk> | 2017-01-12 15:48:18 +0000 |
commit | a65d8b57f3be2585a5b835e18bb0940170d4b448 (patch) | |
tree | e59a6bca9e16665b98d8d04af49b8bf4db1da9a7 /t | |
parent | 940bd236650b2bf7208d9b06c33ee30ad94492f6 (diff) | |
parent | 831f0addbac7eb3e6641877c936f90279d1bb186 (diff) |
Merge branch 'listshort'
Diffstat (limited to 't')
-rw-r--r-- | t/app/controller/my_planned.t | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/t/app/controller/my_planned.t b/t/app/controller/my_planned.t index 7bd1dd2cd..d66673589 100644 --- a/t/app/controller/my_planned.t +++ b/t/app/controller/my_planned.t @@ -40,9 +40,9 @@ $mech->content_contains('Test Title'); $mech->get_ok($problem->url); $mech->content_contains('Shortlisted'); -$mech->submit_form_ok({ with_fields => { change => 'remove' } }); +$mech->submit_form_ok({ with_fields => { 'shortlist-remove' => 1 } }); $mech->content_contains('Shortlist'); -$mech->submit_form_ok({ with_fields => { change => 'add' } }); +$mech->submit_form_ok({ with_fields => { 'shortlist-add' => 1 } }); $mech->content_contains('Shortlisted'); done_testing(); |