Skip to content

Commit

Permalink
Issue #3447118 by mkalkbrenner: Tests are broken since the commit of …
Browse files Browse the repository at this point in the history
…#3437275
  • Loading branch information
mkalkbrenner committed May 14, 2024
1 parent b3e3a60 commit 88a107f
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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',
Expand Down

0 comments on commit 88a107f

Please sign in to comment.