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 b3eb0af commit 8dece4fCopy full SHA for 8dece4f
src/JoomlaBrowser.php
@@ -203,6 +203,7 @@ public function installJoomla()
203
$this->debug('I click Next');
204
$I->click(['link' => 'Next']);
205
$this->debug('I wait Joomla to remove the old database if exist');
206
+ $I->wait(1);
207
$I->waitForElementVisible(['id' => 'jform_sample_file-lbl'], 30);
208
209
$this->debug('I install joomla with or without sample data');
0 commit comments