Skip to content

Commit

Permalink
Merge pull request #34228 from owncloud/fix-issue-34186
Browse files Browse the repository at this point in the history
Fix intermittent bug on federation test (#34186)
  • Loading branch information
Vincent Petry authored Jan 23, 2019
2 parents c255c6c + 8e3a3e5 commit 3bc9522
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -301,7 +301,7 @@ public function setSharingPermissions(
$xpathLocator = \sprintf(
$this->permissionsFieldByUserName, $shareReceiverName
);
$permissionsField = $this->find("xpath", $xpathLocator);
$permissionsField = $this->waitTillElementIsNotNull($xpathLocator);
$this->assertElementNotNull(
$permissionsField,
__METHOD__
Expand Down

0 comments on commit 3bc9522

Please sign in to comment.