Skip to content

Commit e7ecd0e

Browse files
committed
Update
1 parent f8ea244 commit e7ecd0e

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/JoomlaBrowser.php

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -220,7 +220,7 @@ public function installJoomla()
220220
$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 States)');
223+
$this->selectOptionInChosenWithTextField('#jform_language', 'English (United Kingdom)');
224224
$this->waitForText('Main Configuration', TIMEOUT, 'h3');
225225
$this->debug('I fill Site Name');
226226
$this->fillField(['id' => 'jform_site_name'], 'Joomla CMS test');
@@ -267,7 +267,7 @@ public function installJoomla()
267267
$this->waitForElementVisible(['id' => 'jform_sample_file-lbl'], TIMEOUT);
268268

269269
$this->debug('I install joomla with or without sample data');
270-
$this->waitForText('Finalization', TIMEOUT, ['css' => 'h3']);
270+
$this->waitForText('Finalisation', TIMEOUT, ['css' => 'h3']);
271271

272272
// @todo: installation of sample data needs to be created
273273

@@ -291,7 +291,7 @@ public function installJoomlaRemovingInstallationFolder()
291291
$this->installJoomla();
292292

293293
$this->debug('Removing Installation Folder');
294-
$this->click(['xpath' => "//input[@value='Remove installation folder']"]);
294+
$this->click(['xpath' => "//input[@value='Remove \"installation\" folder']"]);
295295

296296
$this->debug('I wait for Removing Installation Folder button to become disabled');
297297
$this->waitForJS("return jQuery('form#adminForm input[name=instDefault]').attr('disabled') == 'disabled';", TIMEOUT);

0 commit comments

Comments
 (0)