diff --git a/src/JoomlaBrowser.php b/src/JoomlaBrowser.php index 9c7c4e4..9446069 100644 --- a/src/JoomlaBrowser.php +++ b/src/JoomlaBrowser.php @@ -129,7 +129,8 @@ public function installJoomla() // I Wait for the text Main Configuration, meaning that the page is loaded $this->debug('I wait for Main Configuration'); $I->waitForElement('#jform_language', 10); - // Wait for chosen to render the field + $I->comment('Wait for chosen to render the Languages list field'); + $I->wait(2); $I->debug('I select dk-DK as installation language'); // Select a random language to force reloading of the lang strings after selecting English $I->selectOptionInChosen('#jform_language', 'Danish (DK)');