Skip to content

Commit 2b95ae9

Browse files
committed
Merge remote-tracking branch 'origin/3.8.x' into develop
2 parents b39d5b2 + 57ed081 commit 2b95ae9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/JoomlaBrowser.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -295,7 +295,7 @@ public function installJoomlaRemovingInstallationFolder()
295295
$this->installJoomla();
296296

297297
$this->debug('Removing Installation Folder');
298-
$this->click(['xpath' => "//input[@value='Remove installation folder']"]);
298+
$this->click(['xpath' => "//input[@value='Remove \"installation\" folder']"]);
299299

300300
$this->debug('I wait for Removing Installation Folder button to become disabled');
301301
$this->waitForJS("return jQuery('form#adminForm input[name=instDefault]').attr('disabled') == 'disabled';", TIMEOUT);
@@ -345,7 +345,7 @@ public function installJoomlaMultilingualSite($languages = array())
345345

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

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

0 commit comments

Comments
 (0)