You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
$this->debug('I open Joomla Installation Configuration Page');
81
82
$I->amOnPage('/installation/index.php');
82
-
$this->debug('I open Joomla Installation Configuration Page and fill the fields');
83
-
83
+
$this->debug('I check that FTP tab is not present in installation. Otherwise it means that I have not enough permissions to install joomla and execution will be stoped');
84
+
$I->dontSeeElement(['id' => 'ftp']);
84
85
// I Wait for the text Main Configuration, meaning that the page is loaded
0 commit comments