diff options
author | Ferdinand Thiessen <opensource@fthiessen.de> | 2024-07-11 01:44:00 +0200 |
---|---|---|
committer | Ferdinand Thiessen <opensource@fthiessen.de> | 2024-07-15 11:34:05 +0200 |
commit | 841efff3fb2e386ad020ca832f8906d738cbbe64 (patch) | |
tree | 9396cac83316fbf1d3e87a6b29913aa448eedfdd /cypress.config.ts | |
parent | b05e963f15d33502c6dafc435d3d3435d844ab2a (diff) | |
download | nextcloud-server-841efff3fb2e386ad020ca832f8906d738cbbe64.tar.gz nextcloud-server-841efff3fb2e386ad020ca832f8906d738cbbe64.zip |
fix(files): Close the sidebar on navigation
Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
Diffstat (limited to 'cypress.config.ts')
-rw-r--r-- | cypress.config.ts | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/cypress.config.ts b/cypress.config.ts index 2c91c6256d5..8c35f354735 100644 --- a/cypress.config.ts +++ b/cypress.config.ts @@ -54,6 +54,8 @@ export default defineConfig({ // Disable session isolation testIsolation: false, + requestTimeout: 30000, + // We've imported your old cypress plugins here. // You may want to clean this up later by importing these. async setupNodeEvents(on, config) { |