We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 833e113 commit f766edbCopy full SHA for f766edb
src/JoomlaBrowser.php
@@ -312,7 +312,7 @@ public function setErrorReportingToDevelopment()
312
$I->click(['xpath' => "//div[@id='toolbar-apply']//button"]);
313
$this->debug('I wait for global configuration being saved');
314
$I->waitForText('Global Configuration', 60, ['css' => '.page-title']);
315
- $I->see('Configuration successfully saved.', ['id' => 'system-message-container']);
+ $I->see('Configuration saved.', ['id' => 'system-message-container']);
316
}
317
318
/**
0 commit comments