Skip to content

Commit 7dec85c

Browse files
committed
Set correct language on debug
1 parent 833e113 commit 7dec85c

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
@@ -142,15 +142,15 @@ public function installJoomla()
142142
$this->debug('I open Joomla Installation Configuration Page');
143143
$I->amOnPage('/installation/index.php');
144144
$this->debug('I check that FTP tab is not present in installation. Otherwise it means that I have not enough '
145-
. 'permissions to install joomla and execution will be stoped');
145+
. 'permissions to install joomla and execution will be stopped');
146146
$I->dontSeeElement(['id' => 'ftp']);
147147

148148
// I Wait for the text Main Configuration, meaning that the page is loaded
149149
$this->debug('I wait for Main Configuration');
150150
$I->waitForElement('#jform_language', 10);
151151
$I->debug('Wait for chosen to render the Languages list field');
152152
$I->wait(2);
153-
$I->debug('I select dk-DK as installation language');
153+
$I->debug('I select es-ES as installation language');
154154

155155
// Select a random language to force reloading of the lang strings after selecting English
156156
$I->selectOptionInChosenWithTextField('#jform_language', 'Spanish (Español)');

0 commit comments

Comments
 (0)