diff options
author | M Somerville <matthew-github@dracos.co.uk> | 2020-10-09 08:05:44 +0100 |
---|---|---|
committer | M Somerville <matthew-github@dracos.co.uk> | 2020-10-09 08:05:44 +0100 |
commit | 76c4765536d3edbb2dc79a2a6a81a1698c9f9afa (patch) | |
tree | 00b5dc789608b93a3307fea1b7e07b74b6359bf4 /t/app/controller | |
parent | 0ee2ac92c1b9f79204a32bc56807d0f0ae1a7813 (diff) | |
parent | 043bce556a17545c2c26386d8368f47ba8f541e6 (diff) |
Merge branch '3181-missing-history'
Diffstat (limited to 't/app/controller')
-rw-r--r-- | t/app/controller/admin/bodies.t | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/t/app/controller/admin/bodies.t b/t/app/controller/admin/bodies.t index b63cacd9d..542c3f4c0 100644 --- a/t/app/controller/admin/bodies.t +++ b/t/app/controller/admin/bodies.t @@ -111,6 +111,7 @@ subtest 'check contact renaming' => sub { $mech->get('/admin/body/' . $body->id . '/test%20category'); is $mech->res->code, 404; $mech->get_ok('/admin/body/' . $body->id . '/testing%20category'); + $mech->content_contains('<td><strong>test2@example.com</strong></td>'); $report->discard_changes; is $report->category, 'testing category'; $mech->submit_form_ok( { with_fields => { category => 'test category' } } ); |