diff options
author | Chris Mytton <self@hecticjeff.net> | 2013-09-04 16:27:13 +0100 |
---|---|---|
committer | Chris Mytton <self@hecticjeff.net> | 2013-09-04 16:27:13 +0100 |
commit | 82d1ef966c63cd5517d9f5e4b476634c48acdc4d (patch) | |
tree | 81b11a75ab4fdbdf24c4ff5f1260891245b1aae8 /t | |
parent | 90a46767b4a3ce828ff74c15a1691502d1514575 (diff) |
Fix comment in tests
Diffstat (limited to 't')
-rw-r--r-- | t/cobrand/zurich.t | 2 |
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"' ); |