diff --git a/core/modules/block/custom_block/lib/Drupal/custom_block/Tests/CustomBlockListTest.php b/core/modules/block/custom_block/lib/Drupal/custom_block/Tests/CustomBlockListTest.php index 698157a..db348ac 100644 --- a/core/modules/block/custom_block/lib/Drupal/custom_block/Tests/CustomBlockListTest.php +++ b/core/modules/block/custom_block/lib/Drupal/custom_block/Tests/CustomBlockListTest.php @@ -40,7 +40,7 @@ public function testListing() { $this->drupalGet('admin/structure/block/custom-blocks'); // Test for the page title. - $this->assertTitle(t('Custom blocks') . ' | Drupal'); + $this->assertTitle(t('Custom block library') . ' | Drupal'); // Test for the table. $element = $this->xpath('//div[@class="l-content"]//table');