aboutsummaryrefslogtreecommitdiffstats
path: root/t/cobrand/zurich.t
diff options
context:
space:
mode:
authorZarino Zappia <mail@zarino.co.uk>2016-09-29 12:14:56 +0100
committerMatthew Somerville <matthew-github@dracos.co.uk>2016-10-04 10:37:53 +0100
commit68e154c90b5a0278c4ec87aa93b80947e8704630 (patch)
treeee2b8af4533b1218ce45f2ba2bbf68f7a13b3e81 /t/cobrand/zurich.t
parent5ad5faf1160dc4be496dfdfc08a566431ac45ee8 (diff)
Add .btn and .form-control classes to inputs
Diffstat (limited to 't/cobrand/zurich.t')
-rw-r--r--t/cobrand/zurich.t2
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) {