Skip to content

Commit 673beba

Browse files
committed
Merge pull request #95 from javigomez/issueInstallation2
hotfix joomla installation 2
2 parents fe8fde1 + af91cbf commit 673beba

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/JoomlaBrowser.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -129,7 +129,7 @@ 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-
$I->comment('Wait for chosen to render the Languages list field');
132+
$I->debug('Wait for chosen to render the Languages list field');
133133
$I->wait(2);
134134
$I->debug('I select dk-DK as installation language');
135135
// Select a random language to force reloading of the lang strings after selecting English

0 commit comments

Comments
 (0)