From 83d66563e41055428bd62a41faf08c975089d7df Mon Sep 17 00:00:00 2001 From: javier gomez Date: Fri, 15 Jan 2016 13:51:55 +0100 Subject: [PATCH] Fix Language load when selecting english This is a continuation of #95 --- src/JoomlaBrowser.php | 2 ++ 1 file changed, 2 insertions(+) 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');