aboutsummaryrefslogtreecommitdiffstats
path: root/t
diff options
context:
space:
mode:
authorChris Mytton <self@hecticjeff.net>2013-09-04 16:27:13 +0100
committerChris Mytton <self@hecticjeff.net>2013-09-04 16:27:13 +0100
commit82d1ef966c63cd5517d9f5e4b476634c48acdc4d (patch)
tree81b11a75ab4fdbdf24c4ff5f1260891245b1aae8 /t
parent90a46767b4a3ce828ff74c15a1691502d1514575 (diff)
Fix comment in tests
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"' );