Skip to content

Commit e5223b9

Browse files
authored
Merge pull request #122 from yvesh/develop
Added wait for the old database removal
2 parents b3eb0af + 8dece4f commit e5223b9

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/JoomlaBrowser.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -203,6 +203,7 @@ public function installJoomla()
203203
$this->debug('I click Next');
204204
$I->click(['link' => 'Next']);
205205
$this->debug('I wait Joomla to remove the old database if exist');
206+
$I->wait(1);
206207
$I->waitForElementVisible(['id' => 'jform_sample_file-lbl'], 30);
207208

208209
$this->debug('I install joomla with or without sample data');

0 commit comments

Comments
 (0)