diff --git a/modules/search_api_solr_legacy/tests/src/Functional/IntegrationTest.php b/modules/search_api_solr_legacy/tests/src/Functional/IntegrationTest.php index 530c0a11..2be37740 100644 --- a/modules/search_api_solr_legacy/tests/src/Functional/IntegrationTest.php +++ b/modules/search_api_solr_legacy/tests/src/Functional/IntegrationTest.php @@ -35,13 +35,13 @@ public function setUp(): void { */ protected function configureBackendAndSave(array $edit) { $this->submitForm($edit, 'Save'); - $this->assertSession()->pageTextContains('Please configure the selected backend.'); + $this->assertSession()->pageTextContains('Configure the selected backend.'); $edit += [ 'backend_config[connector]' => 'solr_36', ]; $this->submitForm($edit, 'Save'); - $this->assertSession()->pageTextContains('Please configure the selected Solr connector.'); + $this->assertSession()->pageTextContains('Configure the selected Solr connector.'); $edit += [ 'backend_config[connector_config][host]' => 'dummy',