Skip to content

Commit fe8fde1

Browse files
committed
Merge pull request #93 from javigomez/issueInstallation
Fix issue in Joomla installation
2 parents 6278990 + 8dfdfea commit fe8fde1

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/JoomlaBrowser.php

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -129,7 +129,8 @@ public function installJoomla()
129129
// I Wait for the text Main Configuration, meaning that the page is loaded
130130
$this->debug('I wait for Main Configuration');
131131
$I->waitForElement('#jform_language', 10);
132-
// Wait for chosen to render the field
132+
$I->comment('Wait for chosen to render the Languages list field');
133+
$I->wait(2);
133134
$I->debug('I select dk-DK as installation language');
134135
// Select a random language to force reloading of the lang strings after selecting English
135136
$I->selectOptionInChosen('#jform_language', 'Danish (DK)');

0 commit comments

Comments
 (0)