Skip to content

Commit 78e231f

Browse files
committed
fixes the multi language install process.
1 parent 6caab90 commit 78e231f

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)