diff --git a/src/JoomlaBrowser.php b/src/JoomlaBrowser.php index d51b02e..d390136 100644 --- a/src/JoomlaBrowser.php +++ b/src/JoomlaBrowser.php @@ -291,7 +291,7 @@ public function installJoomlaRemovingInstallationFolder() $this->installJoomla(); $this->debug('Removing Installation Folder'); - $this->click(['xpath' => "//input[@value='Remove installation folder']"]); + $this->click(['xpath' => "//input[@value='Remove \"installation\" folder']"]); $this->debug('I wait for Removing Installation Folder button to become disabled'); $this->waitForJS("return jQuery('form#adminForm input[name=instDefault]').attr('disabled') == 'disabled';", TIMEOUT);