aboutsummaryrefslogtreecommitdiffstats
path: root/t/app
diff options
context:
space:
mode:
authorMatthew Somerville <matthew@mysociety.org>2013-02-21 19:09:03 +0000
committerMatthew Somerville <matthew@mysociety.org>2013-02-21 19:09:03 +0000
commit020b5112c58f30f5f83aac6f0aa53f91c90f8599 (patch)
tree11811a7198441e803b211bed3939199b46ba4419 /t/app
parent53f2d3295ed9c29d9c7827e35a2d66345cc7794d (diff)
Update test to match change in HTML.
Diffstat (limited to 't/app')
-rw-r--r--t/app/controller/admin.t2
1 files changed, 1 insertions, 1 deletions
diff --git a/t/app/controller/admin.t b/t/app/controller/admin.t
index 8963e417d..65e252954 100644
--- a/t/app/controller/admin.t
+++ b/t/app/controller/admin.t
@@ -1050,7 +1050,7 @@ subtest 'report search' => sub {
$report->update;
$mech->get_ok('/admin/reports?search=' . $report->user->email);
- $mech->content_like( qr{<tr [^>]*hidden[^>]*> \s* <td> \s* $r_id \s* </td>}xs );
+ $mech->content_like( qr{<tr [^>]*hidden[^>]*> \s* <td[^>]*> \s* $r_id \s* </td>}xs );
$report->state('fixed - user');
$report->update;