Skip to content

Commit cff1409

Browse files
committed
Fix J3.8.0 language change on English
1 parent 7b1e25f commit cff1409

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/JoomlaBrowser.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -217,10 +217,10 @@ public function installJoomla()
217217
$this->waitForText('Configuración principal', TIMEOUT, 'h3');
218218

219219
// Wait for chosen to render the field
220-
$this->debug('I select en-GB as installation language');
220+
$this->debug('I select en-US as installation language');
221221
$this->debug('Wait for chosen to render the Languages list field');
222222
$this->wait(2);
223-
$this->selectOptionInChosenWithTextField('#jform_language', 'English (United Kingdom)');
223+
$this->selectOptionInChosenWithTextField('#jform_language', 'English (United States)');
224224
$this->waitForText('Main Configuration', TIMEOUT, 'h3');
225225
$this->debug('I fill Site Name');
226226
$this->fillField(['id' => 'jform_site_name'], 'Joomla CMS test');

0 commit comments

Comments
 (0)