Skip to content

Commit

Permalink
Fix acceptance tests
Browse files Browse the repository at this point in the history
  • Loading branch information
JanAckermann committed Aug 6, 2022
1 parent 57aad3c commit 588efbb
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 3 deletions.
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
// Jest Snapshot v1, https://goo.gl/fbAQLP

exports[`Collaborator ListItem component share inheritance indicators show when sharedParentRoute is given 1`] = `
<div data-testid="collaborator-user-item-brian" class="files-collaborators-collaborator">
<div data-testid="collaborator-user-item-brian" class="files-collaborators-collaborator oc-py-xs">
<div class="oc-width-1-1 oc-flex oc-flex-middle files-collaborators-collaborator-details">
<div class="oc-width-2-3 oc-flex oc-flex-middle">
<div>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -297,10 +297,14 @@ module.exports = {
},
collaboratorInformationSubAdditionalInfo: {
// within collaboratorsListItem
selector: '.files-collaborators-collaborator-additional-info'
selector:
'//div[contains(@class, "share-access-details-drop")]//dt[contains(text(),"Additional info")]/following-sibling::dd[1]',
locateStrategy: 'xpath'
},
collaboratorShareType: {
selector: '.files-collaborators-collaborator-share-type'
selector:
'//div[contains(@class, "share-access-details-drop")]//dt[contains(text(),"Type")]/following-sibling::dd[1]',
locateStrategy: 'xpath'
},
collaboratorExpirationInfo: {
selector:
Expand Down

0 comments on commit 588efbb

Please sign in to comment.