diff --git a/src/JoomlaBrowser.php b/src/JoomlaBrowser.php index 2c3d94e..33a4b49 100644 --- a/src/JoomlaBrowser.php +++ b/src/JoomlaBrowser.php @@ -202,7 +202,7 @@ public function installJoomlaMultilingualSite($languages = array()) $I->waitForText('Congratulations! Joomla! is now installed.', 60, ['xpath' => '//h3']); $this->debug('Removing Installation Folder'); $I->click(['xpath' => "//input[@value='Remove installation folder']"]); - $I->waitForElementVisible(['xpath' => "//input[@value='Installation folder successfully removed']"]); + $I->waitForElementVisible(['xpath' => "//input[@value='Installation folder successfully removed']"],60); $this->debug('Joomla is now installed'); $I->see('Congratulations! Joomla! is now installed.',['xpath' => '//h3']); }