Skip to content

Commit 57ed081

Browse files
authored
Merge pull request #145 from svenbluege/3.8.x
fixes the multi language install process.
2 parents 6caab90 + 78e231f commit 57ed081

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/JoomlaBrowser.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -340,7 +340,7 @@ public function installJoomlaMultilingualSite($languages = array())
340340

341341
$this->waitForText('Congratulations! Joomla! is now installed.', TIMEOUT, ['xpath' => '//h3']);
342342
$this->debug('Removing Installation Folder');
343-
$this->click(['xpath' => "//input[@value='Remove installation folder']"]);
343+
$this->click(['xpath' => "//input[@value='Remove \"installation\" folder']"]);
344344

345345
// @todo https://github.com/joomla-projects/joomla-browser/issues/45
346346
$this->wait(2);

0 commit comments

Comments
 (0)