aboutsummaryrefslogtreecommitdiffstats
path: root/cypress
diff options
context:
space:
mode:
authorJohn Molakvoæ <skjnldsv@protonmail.com>2022-12-14 17:36:17 +0100
committerJohn Molakvoæ <skjnldsv@protonmail.com>2023-01-04 16:45:54 +0100
commit8f1bf13ae3046400ce6248fb13e5515e8e9ed5c4 (patch)
tree99226cda65fe6c836fb8c52740a5a94de72bdaab /cypress
parent5c987a0ff4530cd0951920fcbfaf97411aeec17a (diff)
downloadnextcloud-server-8f1bf13ae3046400ce6248fb13e5515e8e9ed5c4.tar.gz
nextcloud-server-8f1bf13ae3046400ce6248fb13e5515e8e9ed5c4.zip
Fix preview crop
Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com>
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 🎉')
}