aboutsummaryrefslogtreecommitdiffstats
path: root/t
diff options
context:
space:
mode:
Diffstat (limited to '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 8cb3a6c65..721e6517a 100644
--- a/t/cobrand/zurich.t
+++ b/t/cobrand/zurich.t
@@ -245,7 +245,7 @@ $mech->get( '/admin/body/' . $zurich->id );
is $mech->res->code, 404, "only superuser should be able to edit bodies";
$mech->log_out_ok;
-# Test only superuser can add bodies
+# Test only superuser can see "Add body" form
$user = $mech->log_in_ok( 'dm1@example.org') ;
$mech->get_ok( '/admin/bodies' );
$mech->content_lacks( '<form method="post" action="bodies"' );