Skip to content

Commit

Permalink
Fix acceptance tests
Browse files Browse the repository at this point in the history
  • Loading branch information
JammingBen committed Jul 27, 2022
1 parent afd49df commit a248ba8
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion tests/acceptance/pageObjects/sharedWithOthersPage.js
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,8 @@ module.exports = {
},
elements: {
collaboratorsInFileRow: {
selector: '//*[contains(@class, "oc-avatars")]/span[contains(@class, "oc-avatar")]',
selector:
'//*[contains(@class, "oc-avatars")]/span[contains(@class, "oc-avatar")]|//*[contains(@class, "oc-avatars")]/div',
locateStrategy: 'xpath'
}
}
Expand Down

0 comments on commit a248ba8

Please sign in to comment.