Skip to content

Commit 75c5cfc

Browse files
committed
Merge pull request #96 from javigomez/issueInstallation3
Fix Language load when selecting english
2 parents 673beba + 83d6656 commit 75c5cfc

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/JoomlaBrowser.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -137,6 +137,8 @@ public function installJoomla()
137137
$I->waitForText('Generel konfiguration', 60, 'h3');
138138
// Wait for chosen to render the field
139139
$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);
140142
$I->selectOptionInChosen('#jform_language', 'English (United Kingdom)');
141143
$I->waitForText('Main Configuration', 60, 'h3');
142144
$this->debug('I fill Site Name');

0 commit comments

Comments
 (0)