Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/text.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJulius Härtl <jus@bitgrid.net>2022-10-14 08:30:38 +0300
committerGitHub <noreply@github.com>2022-10-14 08:30:38 +0300
commitf468e6c0717eb7d939a689cc6cd385b9e98b2ce1 (patch)
tree8f8cdeba671a122af1ed9216337233d363877850
parent417ffc5deedfea7e142692b94bd590bc0fb7017c (diff)
Switch cypress config to experimentalSessionAndOrigin
-rw-r--r--cypress.json2
1 files changed, 1 insertions, 1 deletions
diff --git a/cypress.json b/cypress.json
index 93841dbc8..9dd681018 100644
--- a/cypress.json
+++ b/cypress.json
@@ -3,5 +3,5 @@
"projectId": "hx9gqy",
"viewportWidth": 1280,
"viewportHeight": 720,
- "experimentalSessionSupport": true
+ "experimentalSessionAndOrigin": true
}