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.
2 parents 976841e + 3193680 commit f8711d7Copy full SHA for f8711d7
src/JoomlaBrowser.php
@@ -202,7 +202,7 @@ public function installJoomlaMultilingualSite($languages = array())
202
$I->waitForText('Congratulations! Joomla! is now installed.', 60, ['xpath' => '//h3']);
203
$this->debug('Removing Installation Folder');
204
$I->click(['xpath' => "//input[@value='Remove installation folder']"]);
205
- $I->waitForElementVisible(['xpath' => "//input[@value='Installation folder successfully removed']"]);
+ $I->waitForElementVisible(['xpath' => "//input[@value='Installation folder successfully removed']"],60);
206
$this->debug('Joomla is now installed');
207
$I->see('Congratulations! Joomla! is now installed.',['xpath' => '//h3']);
208
}
0 commit comments