aboutsummaryrefslogtreecommitdiffstats
path: root/apps/files/tests/js/favoritespluginspec.js
diff options
context:
space:
mode:
authorVincent Petry <pvince81@owncloud.com>2015-08-10 13:14:15 +0200
committerVincent Petry <pvince81@owncloud.com>2015-08-10 13:14:15 +0200
commit15e16d335db5771778477e944d4e63ac807382b9 (patch)
tree597e7ea2f7adf12f257ccc78c04f90c06958aba3 /apps/files/tests/js/favoritespluginspec.js
parent214729a5524e2c406415985717c174bedc810954 (diff)
parent038d29b8def77ad906a722f72a1501b369f9c1ee (diff)
downloadnextcloud-server-15e16d335db5771778477e944d4e63ac807382b9.tar.gz
nextcloud-server-15e16d335db5771778477e944d4e63ac807382b9.zip
Merge pull request #17656 from owncloud/files-rightsidebar
Basic work for right sidebar
Diffstat (limited to 'apps/files/tests/js/favoritespluginspec.js')
-rw-r--r--apps/files/tests/js/favoritespluginspec.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/files/tests/js/favoritespluginspec.js b/apps/files/tests/js/favoritespluginspec.js
index 90b40ede74b..1b144c28707 100644
--- a/apps/files/tests/js/favoritespluginspec.js
+++ b/apps/files/tests/js/favoritespluginspec.js
@@ -113,7 +113,7 @@ describe('OCA.Files.FavoritesPlugin tests', function() {
shareOwner: 'user2'
}]);
- fileList.findFileEl('testdir').find('td a.name').click();
+ fileList.findFileEl('testdir').find('td .nametext').click();
expect(OCA.Files.App.fileList.getCurrentDirectory()).toEqual('/somewhere/inside/subdir/testdir');