diff -u b/core/modules/views/src/Tests/Handler/AreaTitleWebTest.php b/core/modules/views/src/Tests/Handler/AreaTitleWebTest.php --- b/core/modules/views/src/Tests/Handler/AreaTitleWebTest.php +++ b/core/modules/views/src/Tests/Handler/AreaTitleWebTest.php @@ -38,9 +38,6 @@ * Tests the title area handler. */ public function testTitleText() { - $this->drupalGet('test-area-title'); - $this->assertTitle('test_title_header | Drupal'); - // Confirm that the view has the normal title before making the view return // no result. $this->drupalGet('test-area-title');