We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 7b1e25f + 918311b commit 6caab90Copy full SHA for 6caab90
src/JoomlaBrowser.php
@@ -291,7 +291,7 @@ public function installJoomlaRemovingInstallationFolder()
291
$this->installJoomla();
292
293
$this->debug('Removing Installation Folder');
294
- $this->click(['xpath' => "//input[@value='Remove installation folder']"]);
+ $this->click(['xpath' => "//input[@value='Remove \"installation\" folder']"]);
295
296
$this->debug('I wait for Removing Installation Folder button to become disabled');
297
$this->waitForJS("return jQuery('form#adminForm input[name=instDefault]').attr('disabled') == 'disabled';", TIMEOUT);
0 commit comments