diff options
author | Dave Whiteland <dave@mysociety.org> | 2013-01-21 11:22:29 +0000 |
---|---|---|
committer | Dave Whiteland <dave@mysociety.org> | 2013-01-21 11:22:29 +0000 |
commit | be3edb4178f05d371f917a1f8f8b4c5422d9fe89 (patch) | |
tree | fbfb4cd8de57377aca491afa7ddf51ab91072688 /t/app/controller/admin.t | |
parent | ac6dae9128c503acc41e78527f1810c2f4ac3e30 (diff) | |
parent | e0695f6893d638c8ad73cc5c456929eb9a25a629 (diff) |
Merge remote branch 'origin/zurich' into 170-zurich-site-nav
Diffstat (limited to 't/app/controller/admin.t')
-rw-r--r-- | t/app/controller/admin.t | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/t/app/controller/admin.t b/t/app/controller/admin.t index 52d00f4b6..8963e417d 100644 --- a/t/app/controller/admin.t +++ b/t/app/controller/admin.t @@ -1061,7 +1061,7 @@ subtest 'report search' => sub { subtest 'search abuse' => sub { $mech->get_ok( '/admin/users?search=example' ); - $mech->content_like(qr/test4\@example.com.*\n.*\n.*Email in abuse table/); + $mech->content_like(qr{test4\@example.com.*</td>\s*<td>.*?</td>\s*<td>\(Email in abuse table}); }; subtest 'show flagged entries' => sub { |