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 6caab90 + 78e231f commit 57ed081Copy full SHA for 57ed081
src/JoomlaBrowser.php
@@ -340,7 +340,7 @@ public function installJoomlaMultilingualSite($languages = array())
340
341
$this->waitForText('Congratulations! Joomla! is now installed.', TIMEOUT, ['xpath' => '//h3']);
342
$this->debug('Removing Installation Folder');
343
- $this->click(['xpath' => "//input[@value='Remove installation folder']"]);
+ $this->click(['xpath' => "//input[@value='Remove \"installation\" folder']"]);
344
345
// @todo https://github.com/joomla-projects/joomla-browser/issues/45
346
$this->wait(2);
0 commit comments