X-Git-Url: http://www.aleph1.co.uk/gitweb/?p=yaffs-website;a=blobdiff_plain;f=web%2Fmodules%2Fcontrib%2Fentity_browser%2Fsrc%2FTests%2FConfigUITest.php;fp=web%2Fmodules%2Fcontrib%2Fentity_browser%2Fsrc%2FTests%2FConfigUITest.php;h=3358439418c030b191b5a17cb1fe9cb5a467ca07;hp=da58a79d60b055328747fb6e9f15530a92aa8941;hb=059867c3f96750652c80f39e44c442a58c2549ee;hpb=f8fc16ae6b862bef59baaad5d051dd37b7ff11b2 diff --git a/web/modules/contrib/entity_browser/src/Tests/ConfigUITest.php b/web/modules/contrib/entity_browser/src/Tests/ConfigUITest.php index da58a79d6..335843941 100644 --- a/web/modules/contrib/entity_browser/src/Tests/ConfigUITest.php +++ b/web/modules/contrib/entity_browser/src/Tests/ConfigUITest.php @@ -55,7 +55,7 @@ class ConfigUITest extends WebTestBase { $this->drupalLogin($this->adminUser); $this->drupalGet('/admin/config/content/entity_browser'); $this->assertResponse(200, 'Admin user is able to navigate to the entity browser listing page.'); - $this->assertText('There is no Entity browser yet.', 'Entity browsers table is empty.'); + $this->assertText('There are no entity browser entities yet.', 'Entity browsers table is empty.'); // Add page. $this->clickLink('Add Entity browser'); @@ -275,7 +275,7 @@ class ConfigUITest extends WebTestBase { $this->drupalPostForm(NULL, [], 'Delete Entity Browser'); $this->assertText('Entity browser Test entity browser was deleted.', 'Confirmation message found.'); - $this->assertText('There is no Entity browser yet.', 'Entity browsers table is empty.'); + $this->assertText('There are no entity browser entities yet.', 'Entity browsers table is empty.'); $this->drupalLogout(); }