diff options
Diffstat (limited to 'apps/files_trashbin/tests/js')
-rw-r--r-- | apps/files_trashbin/tests/js/filelistSpec.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/files_trashbin/tests/js/filelistSpec.js b/apps/files_trashbin/tests/js/filelistSpec.js index e650a2f2d28..a56ee987b78 100644 --- a/apps/files_trashbin/tests/js/filelistSpec.js +++ b/apps/files_trashbin/tests/js/filelistSpec.js @@ -48,7 +48,7 @@ describe('OCA.Trashbin.FileList tests', function () { '</div>' + // dummy table // TODO: at some point this will be rendered by the fileList class itself! - '<table id="filestable">' + + '<table id="filestable" class="list-container view-grid">' + '<thead><tr><th id="headerName" class="hidden">' + '<input type="checkbox" id="select_all_trash" class="select-all">' + '<span class="name">Name</span>' + |