aboutsummaryrefslogtreecommitdiffstats
path: root/apps/files_external/tests/appSpec.js
diff options
context:
space:
mode:
Diffstat (limited to 'apps/files_external/tests/appSpec.js')
-rw-r--r--apps/files_external/tests/appSpec.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/files_external/tests/appSpec.js b/apps/files_external/tests/appSpec.js
index 42a8e08950b..8e5ab5b8d98 100644
--- a/apps/files_external/tests/appSpec.js
+++ b/apps/files_external/tests/appSpec.js
@@ -72,7 +72,7 @@ describe('OCA.Files_External.App tests', function() {
const setActiveViewStub = sinon.stub(OCA.Files.App, 'setActiveView')
// create dummy table so we can click the dom
- const $table = '<table><thead></thead><tbody id="fileList"></tbody></table>'
+ const $table = '<table><thead></thead><tbody class="files-fileList"></tbody></table>'
$('#app-content-extstoragemounts').append($table)
App._inFileList = null