diff --git a/core/modules/config/lib/Drupal/config/Tests/ConfigEntityListTest.php b/core/modules/config/lib/Drupal/config/Tests/ConfigEntityListTest.php index 1c51ee6..365f2e4 100644 --- a/core/modules/config/lib/Drupal/config/Tests/ConfigEntityListTest.php +++ b/core/modules/config/lib/Drupal/config/Tests/ConfigEntityListTest.php @@ -134,7 +134,6 @@ class ConfigEntityListTest extends WebTestBase { $this->assertResponse(200); $edit = array('label' => 'Antelope', 'id' => 'antelope'); $this->drupalPost(NULL, $edit, t('Save')); - $this->assertText('Antelope configuration has been created.'); // Confirm that the user is returned to the listing, and verify that the // text of the label and machine name appears in the list (versus elsewhere @@ -149,7 +148,6 @@ class ConfigEntityListTest extends WebTestBase { $this->assertTitle('Edit test configuration | Drupal'); $edit = array('label' => 'Albatross', 'id' => 'albatross'); $this->drupalPost(NULL, $edit, t('Save')); - $this->assertText('Albatross configuration has been updated.'); // Confirm that the user is returned to the listing, and verify that the // text of the label and machine name appears in the list (versus elsewhere