Skip to content

Commit f766edb

Browse files
authored
Fix language String in setErrorReportingToDevelopment
Configuration successfully saved was renamed to Configuration saved
1 parent 833e113 commit f766edb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/JoomlaBrowser.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -312,7 +312,7 @@ public function setErrorReportingToDevelopment()
312312
$I->click(['xpath' => "//div[@id='toolbar-apply']//button"]);
313313
$this->debug('I wait for global configuration being saved');
314314
$I->waitForText('Global Configuration', 60, ['css' => '.page-title']);
315-
$I->see('Configuration successfully saved.', ['id' => 'system-message-container']);
315+
$I->see('Configuration saved.', ['id' => 'system-message-container']);
316316
}
317317

318318
/**

0 commit comments

Comments
 (0)