aboutsummaryrefslogtreecommitdiffstats
path: root/apps/files_sharing/tests/js/appSpec.js
diff options
context:
space:
mode:
Diffstat (limited to 'apps/files_sharing/tests/js/appSpec.js')
-rw-r--r--apps/files_sharing/tests/js/appSpec.js5
1 files changed, 4 insertions, 1 deletions
diff --git a/apps/files_sharing/tests/js/appSpec.js b/apps/files_sharing/tests/js/appSpec.js
index 09c48a6305c..ad95ee53942 100644
--- a/apps/files_sharing/tests/js/appSpec.js
+++ b/apps/files_sharing/tests/js/appSpec.js
@@ -121,7 +121,10 @@ describe('OCA.Sharing.App tests', function() {
name: 'testdir',
type: 'dir',
path: '/somewhere/inside/subdir',
- counterParts: ['user2']
+ counterParts: ['user2'],
+ shares: [{
+ ownerDisplayName: 'user2'
+ }]
}]);
fileListIn.findFileEl('testdir').find('td a.name').click();