aboutsummaryrefslogtreecommitdiffstats
path: root/apps/files/tests/js/favoritespluginspec.js
diff options
context:
space:
mode:
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 94359e0e706..ca0cea8b29a 100644
--- a/apps/files/tests/js/favoritespluginspec.js
+++ b/apps/files/tests/js/favoritespluginspec.js
@@ -88,7 +88,7 @@ describe('OCA.Files.FavoritesPlugin tests', function() {
var setActiveViewStub = sinon.stub(OCA.Files.App, 'setActiveView');
// create dummy table so we can click the dom
- var $table = '<table><thead></thead><tbody id="fileList"></tbody></table>';
+ var $table = '<table><thead></thead><tbody class="files-fileList"></tbody></table>';
$('#app-content-favorites').append($table);
Plugin.favoritesFileList = null;