File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff 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) ' );
You can’t perform that action at this time.
0 commit comments