From 78e231fd5bd275aa9d89569da4db23fdd3d1ef43 Mon Sep 17 00:00:00 2001 From: Sven Bluege Date: Sun, 17 Sep 2017 08:28:02 +0200 Subject: [PATCH] fixes the multi language install process. --- src/JoomlaBrowser.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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);