diff --git a/core/modules/system/src/Tests/Update/SiteBrandingConvertedIntoBlockUpdateTest.php b/core/modules/system/src/Tests/Update/SiteBrandingConvertedIntoBlockUpdateTest.php index 73e681b..141cf28 100644 --- a/core/modules/system/src/Tests/Update/SiteBrandingConvertedIntoBlockUpdateTest.php +++ b/core/modules/system/src/Tests/Update/SiteBrandingConvertedIntoBlockUpdateTest.php @@ -49,7 +49,7 @@ public function testUpdateHookN() { $this->drupalLogin($this->rootUser); // Site branding is visible on the home page. - $this->drupalGet('/'); + $this->drupalGet('/node'); $this->assertRaw('site-branding__logo'); $this->assertRaw('site-branding__name'); $this->assertRaw('site-branding__slogan');