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 6278990 + 8dfdfea commit fe8fde1Copy full SHA for fe8fde1
src/JoomlaBrowser.php
@@ -129,7 +129,8 @@ 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
- // Wait for chosen to render the field
+ $I->comment('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
136
$I->selectOptionInChosen('#jform_language', 'Danish (DK)');
0 commit comments