diff --git a/ext/comment/test.php b/ext/comment/test.php index 9bb9d139..c8a26e0b 100644 --- a/ext/comment/test.php +++ b/ext/comment/test.php @@ -52,6 +52,10 @@ class CommentListTest extends ShimmieWebTestCase { $this->log_in_as_admin(); $this->delete_image($image_id); $this->log_out(); + + $this->get_page('comment/list'); + $this->assert_title('Comments'); + $this->assert_no_text('ASDFASDF'); } function testSingleDel() {