diff --git a/core/modules/block/lib/Drupal/block/Tests/BlockTest.php b/core/modules/block/lib/Drupal/block/Tests/BlockTest.php index 8c8ddde..74ee31f 100644 --- a/core/modules/block/lib/Drupal/block/Tests/BlockTest.php +++ b/core/modules/block/lib/Drupal/block/Tests/BlockTest.php @@ -403,7 +403,7 @@ function testBlockModuleDisable() { module_disable(array('block_test'), FALSE); $this->drupalGet('admin/structure/block'); $this->assertResponse(200); - $this->assertTitle('Blocks'); + $this->assertTitle(t('Blocks | Drupal')); } }