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 a22e17b commit 918311bCopy full SHA for 918311b
src/JoomlaBrowser.php
@@ -217,7 +217,7 @@ public function installJoomla()
217
$this->waitForText('Configuración principal', TIMEOUT, 'h3');
218
219
// Wait for chosen to render the field
220
- $this->debug('I select en-UK as installation language');
+ $this->debug('I select en-GB as installation language');
221
$this->debug('Wait for chosen to render the Languages list field');
222
$this->wait(2);
223
$this->selectOptionInChosenWithTextField('#jform_language', 'English (United Kingdom)');
0 commit comments