diff options
author | Zarino Zappia <mail@zarino.co.uk> | 2016-09-29 12:14:56 +0100 |
---|---|---|
committer | Matthew Somerville <matthew-github@dracos.co.uk> | 2016-10-04 10:37:53 +0100 |
commit | 68e154c90b5a0278c4ec87aa93b80947e8704630 (patch) | |
tree | ee2b8af4533b1218ce45f2ba2bbf68f7a13b3e81 /t/cobrand | |
parent | 5ad5faf1160dc4be496dfdfc08a566431ac45ee8 (diff) |
Add .btn and .form-control classes to inputs
Diffstat (limited to 't/cobrand')
-rw-r--r-- | t/cobrand/zurich.t | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/t/cobrand/zurich.t b/t/cobrand/zurich.t index 330cb3389..1ea55b003 100644 --- a/t/cobrand/zurich.t +++ b/t/cobrand/zurich.t @@ -936,7 +936,7 @@ subtest 'Status update shown as appropriate' => sub { my ($state, $update, $public, $user_response) = @$_; $report->update({ state => $state }); $mech->get_ok( '/admin/report_edit/' . $report->id ); - $mech->contains_or_lacks($update, "<textarea name='status_update'"); + $mech->contains_or_lacks($update, "name='status_update'"); $mech->contains_or_lacks($public || $user_response, '<div class="admin-official-answer">'); if ($public) { |