diff options
Diffstat (limited to 't/cobrand/zurich.t')
-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) { |