diff --git a/core/modules/comment/config/views.view.comments_recent.yml b/core/modules/comment/config/views.view.comments_recent.yml index 6ae96eb..c1ae9d1 100755 --- a/core/modules/comment/config/views.view.comments_recent.yml +++ b/core/modules/comment/config/views.view.comments_recent.yml @@ -210,9 +210,8 @@ display: content: 'No comments available.' tokenize: '0' plugin_id: text_custom -human_name: sdsfda +human_name: 'Recent comments' module: views -id: sdsfda +id: comments_recent tag: '' -uuid: 796bcd9a-f9ed-48f2-9e00-af129b886f71 langcode: en diff --git a/core/modules/comment/lib/Drupal/comment/Tests/CommentBlockTest.php b/core/modules/comment/lib/Drupal/comment/Tests/CommentBlockTest.php index fcfe82f..c60e153 100644 --- a/core/modules/comment/lib/Drupal/comment/Tests/CommentBlockTest.php +++ b/core/modules/comment/lib/Drupal/comment/Tests/CommentBlockTest.php @@ -46,7 +46,7 @@ public static function getInfo() { */ function testRecentCommentBlock() { $this->drupalLogin($this->admin_user); - $block = $this->drupalPlaceBlock('views_block:comment_recent-block_1'); + $block = $this->drupalPlaceBlock('views_block:comments_recent-block_1'); // Add some test comments, with and without subjects. Because the 10 newest // comments should be shown by the block, we create 11 to test that behavior