diff options
author | Struan Donald <struan@exo.org.uk> | 2017-07-31 15:15:02 +0100 |
---|---|---|
committer | Matthew Somerville <matthew-github@dracos.co.uk> | 2017-08-10 11:30:42 +0100 |
commit | df1494f5a9de03c80764adf6108cbf699f547459 (patch) | |
tree | 87ba41e32c6e37ad85200eef3307ad3e836ae030 /t/app/controller/admin.t | |
parent | 2a01510cec027c6bfd4009306ee722b32c2bb56c (diff) |
Body/category translation admin interface.
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 db7f9fc3c..069e00b5e 100644 --- a/t/app/controller/admin.t +++ b/t/app/controller/admin.t @@ -182,7 +182,7 @@ subtest 'check contact creation' => sub { non_public => 'on', } } ); $mech->get_ok('/admin/body/' . $body->id . '/test/category'); - + $mech->content_contains('<h1>test/category</h1>'); }; subtest 'check contact editing' => sub { |