X-Git-Url: http://www.aleph1.co.uk/gitweb/?p=yaffs-website;a=blobdiff_plain;f=web%2Fcore%2Fmodules%2Fconfig%2Ftests%2Fsrc%2FFunctional%2FConfigEntityListTest.php;fp=web%2Fcore%2Fmodules%2Fconfig%2Ftests%2Fsrc%2FFunctional%2FConfigEntityListTest.php;h=b92629d1977d97a6d12f7bf092c9aaf034f20e87;hp=ae9be133f6015170d6d03eb1c9333f553b9ab9cf;hb=0bf8d09d2542548982e81a441b1f16e75873a04f;hpb=74df008bdbb3a11eeea356744f39b802369bda3c diff --git a/web/core/modules/config/tests/src/Functional/ConfigEntityListTest.php b/web/core/modules/config/tests/src/Functional/ConfigEntityListTest.php index ae9be133f..b92629d19 100644 --- a/web/core/modules/config/tests/src/Functional/ConfigEntityListTest.php +++ b/web/core/modules/config/tests/src/Functional/ConfigEntityListTest.php @@ -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.'); } /**