aboutsummaryrefslogtreecommitdiffstats
path: root/t/cobrand
diff options
context:
space:
mode:
authorMatthew Somerville <matthew-github@dracos.co.uk>2018-10-22 12:42:03 +0100
committerMatthew Somerville <matthew-github@dracos.co.uk>2018-10-22 14:58:35 +0100
commitb5f57d1649b7dee104e29e8c5055a09e1de06b70 (patch)
tree3479010f71b39f749b11d53dd39a9c7aabde40c1 /t/cobrand
parentb57df33a0714d6ee6fb897887eb20b0387321afc (diff)
[Zurich] Fix call to admin_fetch_all_bodies.
Diffstat (limited to 't/cobrand')
-rw-r--r--t/cobrand/zurich.t1
1 files changed, 1 insertions, 0 deletions
diff --git a/t/cobrand/zurich.t b/t/cobrand/zurich.t
index 2f60231ab..45888771d 100644
--- a/t/cobrand/zurich.t
+++ b/t/cobrand/zurich.t
@@ -833,6 +833,7 @@ subtest "only superuser can see 'Add body' form" => sub {
}, sub {
$mech->get_ok( '/admin/bodies' );
};
+ $mech->content_contains('External Body');
$mech->content_lacks( '<form method="post" action="bodies"' );
$mech->log_out_ok;
};