Skip to content

Commit

Permalink
Fixed selector for the files|folder thumbnail
Browse files Browse the repository at this point in the history
  • Loading branch information
SagarGi committed Aug 2, 2022
1 parent 8f8f4c4 commit 2eb5ea5
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -209,7 +209,7 @@ module.exports = {
locateStrategy: 'xpath'
},
fileInfoIcon: {
selector: '.file_info .oc-icon'
selector: '.details-icon-wrapper .details-icon'
},
fileInfoResourceNameAnyType: {
selector: `//div[contains(@id, "files-sidebar")]//span[contains(@class, "oc-resource-name") and (@data-test-resource-name=%s or @data-test-resource-path=%s)]`,
Expand Down

0 comments on commit 2eb5ea5

Please sign in to comment.