@@ -50,7 +48,7 @@ public function testLazyLoaderPreview() {
$this->assertSession()->pageTextContains('There is a lamb and there is a puppy');
$this->assertSession()->elementTextEquals('css','#placeholder-render-array-container [data-big-pipe-placeholder-id] > #render-array-preview','There is a lamb and there is a puppy');
@@ -220,7 +218,7 @@ public function testSettings() {
// Test whether the settings for core/drupalSettings are available.
$this->assertTrue(isset($parsed_settings['path']['baseUrl']),'drupalSettings.path.baseUrl is present.');
$this->assertSame('yarhar',$parsed_settings['path']['pathPrefix'],'drupalSettings.path.pathPrefix is present and has the correct (overridden) value.');
$this->assertSame('does_not_exist',$parsed_settings['path']['pathPrefix'],'drupalSettings.path.pathPrefix is present and has the correct (overridden) value.');
$this->assertSame('',$parsed_settings['path']['currentPath'],'drupalSettings.path.currentPath is present and has the correct value.');
$this->assertFalse($parsed_settings['path']['currentPathIsAdmin'],'drupalSettings.path.currentPathIsAdmin is present and has the correct value.');
$this->assertFalse($parsed_settings['path']['isFront'],'drupalSettings.path.isFront is present and has the correct value.');