diff --git a/core/modules/comment/src/Tests/Views/CommentAdminTest.php b/core/modules/comment/src/Tests/Views/CommentAdminTest.php index 78fd1e4..cdeccb4 100644 --- a/core/modules/comment/src/Tests/Views/CommentAdminTest.php +++ b/core/modules/comment/src/Tests/Views/CommentAdminTest.php @@ -33,6 +33,7 @@ function testApprovalAdminInterface() { 'post comments' => TRUE, 'skip comment approval' => FALSE, )); + $this->drupalPlaceBlock('page_title_block'); $this->drupalLogin($this->adminUser); // Ensure that doesn't require contact info. $this->setCommentAnonymous('0');