Updated Drupal to 8.6. This goes with the following updates because it's possible...
[yaffs-website] / web / core / modules / config / tests / src / Functional / ConfigEntityListTest.php
index ae9be133f6015170d6d03eb1c9333f553b9ab9cf..b92629d1977d97a6d12f7bf092c9aaf034f20e87 100644 (file)
@@ -243,7 +243,7 @@ class ConfigEntityListTest extends BrowserTestBase {
     $this->assertNoFieldByXpath('//td', 'dotted.default', "No machine name found for deleted 'Default' entity.");
 
     // Confirm that the empty text is displayed.
-    $this->assertText('There is no Test configuration yet.');
+    $this->assertText('There are no test configuration entities yet.');
   }
 
   /**