aboutsummaryrefslogtreecommitdiffstats
path: root/cypress
diff options
context:
space:
mode:
Diffstat (limited to 'cypress')
-rw-r--r--cypress/dockerNode.ts4
1 files changed, 0 insertions, 4 deletions
diff --git a/cypress/dockerNode.ts b/cypress/dockerNode.ts
index 93b228c4460..27706bfb7c3 100644
--- a/cypress/dockerNode.ts
+++ b/cypress/dockerNode.ts
@@ -117,10 +117,6 @@ export const configureNextcloud = async function() {
await runExec(container, ['php', 'occ', 'config:system:set', 'force_locale', '--value', 'en_US'], true)
await runExec(container, ['php', 'occ', 'config:system:set', 'enforce_theme', '--value', 'light'], true)
- // Enable the app and give status
- await runExec(container, ['php', 'occ', 'app:enable', '--force', 'viewer'], true)
- // await runExec(container, ['php', 'occ', 'app:list'], true)
-
console.log('└─ Nextcloud is now ready to use 🎉')
}