Skip to content

Commit 6d945f4

Browse files
committed
Merge pull request #49 from joomla-projects/fix47
Wait until folder is removed
2 parents a22a325 + cabcee4 commit 6d945f4

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
@@ -162,7 +162,7 @@ public function installJoomlaRemovingInstallationFolder()
162162
$I->waitForElementChange(
163163
['xpath' => "//input[@name='instDefault']"],
164164
function(WebDriverElement $el) {
165-
return $el->isEnabled();
165+
return !$el->isEnabled();
166166
},
167167
60
168168
);

0 commit comments

Comments
 (0)