Updated to Drupal 8.5. Core Media not yet in use.
[yaffs-website] / web / core / modules / locale / tests / src / Functional / LocaleConfigTranslationTest.php
index 4d1b9df2cd6bd70f71c976aa76152966a47715fb..a2cdefbd415b4dcd90b27ae5f11033e94f421d0c 100644 (file)
@@ -231,7 +231,7 @@ class LocaleConfigTranslationTest extends BrowserTestBase {
     }
 
     // Check the optional default configuration in node module.
-    $string = $this->storage->findString(['source' => 'No front page content has been created yet.', 'context' => '', 'type' => 'configuration']);
+    $string = $this->storage->findString(['source' => 'No front page content has been created yet.<br/>Follow the <a target="_blank" href="https://www.drupal.org/docs/user_guide/en/index.html">User Guide</a> to start building your site.', 'context' => '', 'type' => 'configuration']);
     if ($optional) {
       $this->assertFalse($this->config('views.view.frontpage')->isNew());
       $this->assertTrue($string, 'Node view text can be found with node and views modules.');