assertTitle('Configuration validation | Drupal'); $this->assertText('The configuration synchronization failed validation.'); $this->assertText('This import is empty and if applied would delete all of your configuration, so has been rejected.'); // Ensure there is no continuation button. $this->assertNoText('Save and continue'); $this->assertNoFieldById('edit-submit'); } }