Skip to content

Commit a22e17b

Browse files
committed
update again
1 parent e7ecd0e commit a22e17b

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

src/JoomlaBrowser.php

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -202,7 +202,7 @@ public function installJoomla()
202202
$this->debug('I open Joomla Installation Configuration Page');
203203
$this->amOnPage('/installation/index.php');
204204
$this->debug('I check that FTP tab is not present in installation. Otherwise it means that I have not enough '
205-
. 'permissions to install joomla and execution will be stopped');
205+
. 'permissions to install joomla and execution will be stopped');
206206
$this->dontSeeElement(['id' => 'ftp']);
207207

208208
// I Wait for the text Main Configuration, meaning that the page is loaded
@@ -217,7 +217,7 @@ 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-US as installation language');
220+
$this->debug('I select en-UK as installation language');
221221
$this->debug('Wait for chosen to render the Languages list field');
222222
$this->wait(2);
223223
$this->selectOptionInChosenWithTextField('#jform_language', 'English (United Kingdom)');
@@ -264,10 +264,10 @@ public function installJoomla()
264264
$this->click(['link' => 'Next']);
265265
$this->debug('I wait Joomla to remove the old database if exist');
266266
$this->wait(1);
267-
$this->waitForElementVisible(['id' => 'jform_sample_file-lbl'], TIMEOUT);
267+
$this->waitForElementVisible(['id' => 'jform_sample_file-lbl'], 30);
268268

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

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

0 commit comments

Comments
 (0)