We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1f440ac commit 54ac7aaCopy full SHA for 54ac7aa
src/JoomlaBrowser.php
@@ -86,7 +86,7 @@ public function installJoomla()
86
$this->debug('I wait for Main Configuration');
87
$I->waitForText('Main Configuration', 10,['xpath' => '//h3']);
88
89
- $I->debug('I select en-GB as installation language')
+ $I->debug('I select en-GB as installation language');
90
$I->selectOptionInChosen('Select Language', 'English (United Kingdom)');
91
$I->wait(1);
92
$this->debug('I fill Site Name');
0 commit comments