From 640fbc016dd81f6ffffb4eb404717a9dd2c2465a Mon Sep 17 00:00:00 2001 From: Vincent Petry Date: Mon, 2 Jun 2014 18:52:31 +0200 Subject: Now using shareOwner for the share owner Makes it consistent with the regular file list fileData --- apps/files_sharing/tests/js/appSpec.js | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'apps/files_sharing/tests/js/appSpec.js') diff --git a/apps/files_sharing/tests/js/appSpec.js b/apps/files_sharing/tests/js/appSpec.js index ad95ee53942..6a30f18ea40 100644 --- a/apps/files_sharing/tests/js/appSpec.js +++ b/apps/files_sharing/tests/js/appSpec.js @@ -122,9 +122,7 @@ describe('OCA.Sharing.App tests', function() { type: 'dir', path: '/somewhere/inside/subdir', counterParts: ['user2'], - shares: [{ - ownerDisplayName: 'user2' - }] + shareOwner: 'user2' }]); fileListIn.findFileEl('testdir').find('td a.name').click(); -- cgit v1.2.3