diff options
Diffstat (limited to 'apps/files_sharing/tests/js/shareSpec.js')
-rw-r--r-- | apps/files_sharing/tests/js/shareSpec.js | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/apps/files_sharing/tests/js/shareSpec.js b/apps/files_sharing/tests/js/shareSpec.js index 554a3a82b34..39472fdeedb 100644 --- a/apps/files_sharing/tests/js/shareSpec.js +++ b/apps/files_sharing/tests/js/shareSpec.js @@ -28,7 +28,7 @@ describe('OCA.Sharing.Util tests', function() { // dummy file list var $div = $( '<div id="listContainer">' + - '<table id="filestable">' + + '<table id="filestable" class="list-container view-grid">' + '<thead></thead>' + '<tbody id="fileList"></tbody>' + '</table>' + @@ -510,8 +510,8 @@ describe('OCA.Sharing.Util tests', function() { OCA.Sharing.Util.attach(fileList); fileList.setFiles(testFiles); }); - afterEach(function() { - shareTabSpy.restore(); + afterEach(function() { + shareTabSpy.restore(); }); it('updates fileInfoModel when shares changed', function() { |