File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff 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
@@ -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 ' ], 30 );
267+ $ this ->waitForElementVisible (['id ' => 'jform_sample_file-lbl ' ], TIMEOUT );
268268
269269 $ this ->debug ('I install joomla with or without sample data ' );
270- $ this ->waitForText ('Finalisation ' , TIMEOUT , ['xpath ' => '// h3 ' ]);
270+ $ this ->waitForText ('Finalization ' , TIMEOUT , ['css ' => 'h3 ' ]);
271271
272272 // @todo: installation of sample data needs to be created
273273
You can’t perform that action at this time.
0 commit comments