We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ab96c57 commit 98bb956Copy full SHA for 98bb956
src/JoomlaBrowser.php
@@ -102,7 +102,6 @@ public function installJoomla()
102
$I->fillField('Table Prefix', $this->config['database prefix']);
103
$this->debug('I click Remove Old Database ');
104
$I->click("//label[@for='jform_db_old1']"); // Remove Old Database button
105
- $I->click('Next');
106
$this->debug('I click Next');
107
$I->click('Next');
108
0 commit comments