Skip to content

Commit

Permalink
Fix collaborator info selector in tests
Browse files Browse the repository at this point in the history
  • Loading branch information
kulmann committed Jan 29, 2021
1 parent 1e05a53 commit 12089ef
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -179,7 +179,7 @@ module.exports = {
elements: {
collaboratorInformationByCollaboratorName: {
selector:
'//*[contains(@class, "files-collaborators-collaborator-name") and .="%s"]/ancestor::*[contains(concat(" ", @class, " "), " files-collaborators-collaborator ")]',
'//*[contains(@class, "files-collaborators-collaborator-name") and normalize-space()="%s"]/ancestor::*[contains(concat(" ", @class, " "), " files-collaborators-collaborator ")]',
locateStrategy: 'xpath'
},
deleteShareButton: {
Expand Down

0 comments on commit 12089ef

Please sign in to comment.