aboutsummaryrefslogtreecommitdiffstats
path: root/apps/files_sharing/tests
diff options
context:
space:
mode:
authorVincent Petry <pvince81@owncloud.com>2015-07-17 14:09:00 +0200
committerArthur Schiwon <blizzz@owncloud.com>2015-08-07 01:22:43 +0200
commit3e44ca6dc24d5ffc4cb678532a5afa3b026780ce (patch)
tree5409d96caf9836d84157cc080700df29c2426aac /apps/files_sharing/tests
parentf11946c8c0c41e87e17c50b5e3691ece11a09ae4 (diff)
downloadnextcloud-server-3e44ca6dc24d5ffc4cb678532a5afa3b026780ce.tar.gz
nextcloud-server-3e44ca6dc24d5ffc4cb678532a5afa3b026780ce.zip
Added unit tests for right sidebar
Diffstat (limited to 'apps/files_sharing/tests')
-rw-r--r--apps/files_sharing/tests/js/appSpec.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/files_sharing/tests/js/appSpec.js b/apps/files_sharing/tests/js/appSpec.js
index 49bca568001..133bd44f750 100644
--- a/apps/files_sharing/tests/js/appSpec.js
+++ b/apps/files_sharing/tests/js/appSpec.js
@@ -132,7 +132,7 @@ describe('OCA.Sharing.App tests', function() {
shareOwner: 'user2'
}]);
- fileListIn.findFileEl('testdir').find('td a.name').click();
+ fileListIn.findFileEl('testdir').find('td .nametext').click();
expect(OCA.Files.App.fileList.getCurrentDirectory()).toEqual('/somewhere/inside/subdir/testdir');