Updated to Drupal 8.5. Core Media not yet in use.
[yaffs-website] / web / core / modules / system / src / Tests / System / FrontPageTest.php
index 9f39b4b261e8d463ca5810a31fca6b2c4ebd9859..e24e90c31c17d2d7229c72ce9b2dfade7c4ce6e4 100644 (file)
@@ -65,7 +65,7 @@ class FrontPageTest extends WebTestBase {
     // Change the front page to an invalid path.
     $edit = ['site_frontpage' => '/kittens'];
     $this->drupalPostForm('admin/config/system/site-information', $edit, t('Save configuration'));
-    $this->assertText(t("The path '@path' is either invalid or you do not have access to it.", ['@path' => $edit['site_frontpage']]));
+    $this->assertText(t("Either the path '@path' is invalid or you do not have access to it.", ['@path' => $edit['site_frontpage']]));
 
     // Change the front page to a path without a starting slash.
     $edit = ['site_frontpage' => $this->nodePath];