diff options
author | M Somerville <matthew-github@dracos.co.uk> | 2020-10-02 16:25:50 +0100 |
---|---|---|
committer | M Somerville <matthew-github@dracos.co.uk> | 2020-10-02 16:25:50 +0100 |
commit | 71abbedd5b0c6c7b0ae86b7ef75132fb68db6ff8 (patch) | |
tree | 311b274bb2998ac03a8b639faffc7b532c1ef2a0 /t | |
parent | c344dd774bc68dd1b9c7d41dc3c63c29ce4b3f42 (diff) | |
parent | bf90bf71fbac2c8e1be96646715182f876eccd57 (diff) |
Merge branch '3167-strip-space-middle'
Diffstat (limited to 't')
-rw-r--r-- | t/app/controller/admin/bodies.t | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/t/app/controller/admin/bodies.t b/t/app/controller/admin/bodies.t index 75db6f87c..b63cacd9d 100644 --- a/t/app/controller/admin/bodies.t +++ b/t/app/controller/admin/bodies.t @@ -231,9 +231,10 @@ subtest 'check open311 devolved editing' => sub { $mech->content_contains("name=\"category\"\n size=\"30\" value=\"test category\"\n required>", 'Can edit as now devolved'); $mech->submit_form_ok( { with_fields => { send_method => '', - email => 'open311-code', + email => 'open311 code', note => 'Removing email send method', } } ); + $mech->content_contains('open311 code'); $mech->content_contains('Values updated'); }; |