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 673beba commit 83d6656Copy full SHA for 83d6656
src/JoomlaBrowser.php
@@ -137,6 +137,8 @@ public function installJoomla()
137
$I->waitForText('Generel konfiguration', 60, 'h3');
138
// Wait for chosen to render the field
139
$I->debug('I select en-GB as installation language');
140
+ $I->debug('Wait for chosen to render the Languages list field');
141
+ $I->wait(2);
142
$I->selectOptionInChosen('#jform_language', 'English (United Kingdom)');
143
$I->waitForText('Main Configuration', 60, 'h3');
144
$this->debug('I fill Site Name');
0 commit comments