diff options
author | John Molakvoæ <skjnldsv@protonmail.com> | 2023-04-21 11:04:08 +0200 |
---|---|---|
committer | John Molakvoæ <skjnldsv@protonmail.com> | 2023-04-21 11:40:25 +0200 |
commit | 497d19531054b53b71a5e05d2fd1b705388e49e1 (patch) | |
tree | ce6dbf1b8cc17c37e5e42ecb5e503de8c5f2d9fc /cypress.config.ts | |
parent | 971342911a16df3dfa47892b96a6b5a8c44b3e37 (diff) | |
download | nextcloud-server-497d19531054b53b71a5e05d2fd1b705388e49e1.tar.gz nextcloud-server-497d19531054b53b71a5e05d2fd1b705388e49e1.zip |
chore(deps): update cypress
Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com>
Diffstat (limited to 'cypress.config.ts')
-rw-r--r-- | cypress.config.ts | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/cypress.config.ts b/cypress.config.ts index 0fba6005dc2..4248ad9692b 100644 --- a/cypress.config.ts +++ b/cypress.config.ts @@ -41,9 +41,8 @@ export default defineConfig({ trashAssetsBeforeRuns: true, e2e: { - // Enable session management and disable isolation - experimentalSessionAndOrigin: true, - testIsolation: 'off', + // Disable session isolation + testIsolation: false, // We've imported your old cypress plugins here. // You may want to clean this up later by importing these. |