diff --git a/src/JoomlaBrowser.php b/src/JoomlaBrowser.php index 7f1a19e..46570cb 100644 --- a/src/JoomlaBrowser.php +++ b/src/JoomlaBrowser.php @@ -137,6 +137,8 @@ public function installJoomla() $I->waitForText('Generel konfiguration', 60, 'h3'); // Wait for chosen to render the field $I->debug('I select en-GB as installation language'); + $I->debug('Wait for chosen to render the Languages list field'); + $I->wait(2); $I->selectOptionInChosen('#jform_language', 'English (United Kingdom)'); $I->waitForText('Main Configuration', 60, 'h3'); $this->debug('I fill Site Name');