From 6ad600ea8adb13b53ccb74ea8c59100b2ce11941 Mon Sep 17 00:00:00 2001 From: Julius Härtl Date: Wed, 31 Aug 2022 19:05:15 +0200 Subject: Fix jsunit tests MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Julius Härtl --- apps/comments/tests/js/filespluginSpec.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'apps/comments/tests/js/filespluginSpec.js') diff --git a/apps/comments/tests/js/filespluginSpec.js b/apps/comments/tests/js/filespluginSpec.js index 0cfe584218e..4230a77874d 100644 --- a/apps/comments/tests/js/filespluginSpec.js +++ b/apps/comments/tests/js/filespluginSpec.js @@ -26,7 +26,7 @@ describe('OCA.Comments.FilesPlugin tests', function() { var testFiles; beforeEach(function() { - var $content = $('
'); + var $content = $('
'); $('#testArea').append($content); // dummy file list var $div = $( @@ -36,7 +36,7 @@ describe('OCA.Comments.FilesPlugin tests', function() { '' + '' + ''); - $('#content').append($div); + $('#app-content').append($div); fileList = new OCA.Files.FileList($div); OCA.Comments.FilesPlugin.attach(fileList); -- cgit v1.2.3