Skip to content

Commit 6caab90

Browse files
authored
Merge pull request #141 from 810/patch7
Fix J3.8.0 language change on English
2 parents 7b1e25f + 918311b commit 6caab90

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
@@ -291,7 +291,7 @@ public function installJoomlaRemovingInstallationFolder()
291291
$this->installJoomla();
292292

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

296296
$this->debug('I wait for Removing Installation Folder button to become disabled');
297297
$this->waitForJS("return jQuery('form#adminForm input[name=instDefault]').attr('disabled') == 'disabled';", TIMEOUT);

0 commit comments

Comments
 (0)