Skip to content

Commit

Permalink
Merge pull request #34231 from owncloud/stable10-fix-issue-34186
Browse files Browse the repository at this point in the history
[stable10] Fix intermittent bug on federation test - Resolves #34186
  • Loading branch information
Vincent Petry authored Jan 23, 2019
2 parents 60c1ac9 + 98b5601 commit 50b19d6
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 50b19d6

Please sign in to comment.