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.
2 parents fe8fde1 + af91cbf commit 673bebaCopy full SHA for 673beba
src/JoomlaBrowser.php
@@ -129,7 +129,7 @@ public function installJoomla()
129
// I Wait for the text Main Configuration, meaning that the page is loaded
130
$this->debug('I wait for Main Configuration');
131
$I->waitForElement('#jform_language', 10);
132
- $I->comment('Wait for chosen to render the Languages list field');
+ $I->debug('Wait for chosen to render the Languages list field');
133
$I->wait(2);
134
$I->debug('I select dk-DK as installation language');
135
// Select a random language to force reloading of the lang strings after selecting English
0 commit comments