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 a637bfa + 82b0fe8 commit 343c204Copy full SHA for 343c204
src/JoomlaBrowser.php
@@ -158,7 +158,7 @@ public function installJoomlaRemovingInstallationFolder()
158
159
$this->debug('Removing Installation Folder');
160
$I->click(['xpath' => "//input[@value='Remove installation folder']"]);
161
- $I->waitForElementVisible(['xpath' => "//input[@value='Installation folder successfully removed']"]);
+ $I->waitForElement(['xpath' => "//input[@value='Installation folder successfully removed']"]);
162
$this->debug('Joomla is now installed');
163
$I->see('Congratulations! Joomla! is now installed.',['xpath' => '//h3']);
164
}
0 commit comments