Skip to content

Commit cabcee4

Browse files
committed
Wait until folder is removed
This pull fixes a mistake at #47
1 parent a22a325 commit cabcee4

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)