Skip to content

Commit 3193680

Browse files
committed
Give more time to remove joomla installation folder
1 parent 976841e commit 3193680

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/JoomlaBrowser.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -202,7 +202,7 @@ public function installJoomlaMultilingualSite($languages = array())
202202
$I->waitForText('Congratulations! Joomla! is now installed.', 60, ['xpath' => '//h3']);
203203
$this->debug('Removing Installation Folder');
204204
$I->click(['xpath' => "//input[@value='Remove installation folder']"]);
205-
$I->waitForElementVisible(['xpath' => "//input[@value='Installation folder successfully removed']"]);
205+
$I->waitForElementVisible(['xpath' => "//input[@value='Installation folder successfully removed']"],60);
206206
$this->debug('Joomla is now installed');
207207
$I->see('Congratulations! Joomla! is now installed.',['xpath' => '//h3']);
208208
}

0 commit comments

Comments
 (0)