diff --git a/src/JoomlaBrowser.php b/src/JoomlaBrowser.php index d390136..852eed0 100644 --- a/src/JoomlaBrowser.php +++ b/src/JoomlaBrowser.php @@ -340,7 +340,7 @@ public function installJoomlaMultilingualSite($languages = array()) $this->waitForText('Congratulations! Joomla! is now installed.', TIMEOUT, ['xpath' => '//h3']); $this->debug('Removing Installation Folder'); - $this->click(['xpath' => "//input[@value='Remove installation folder']"]); + $this->click(['xpath' => "//input[@value='Remove \"installation\" folder']"]); // @todo https://github.com/joomla-projects/joomla-browser/issues/45 $this->wait(2);