diff --git a/cypress.config.ts b/cypress.config.ts index 253857e375..dfa17ab32c 100644 --- a/cypress.config.ts +++ b/cypress.config.ts @@ -27,7 +27,6 @@ export default defineConfig({ return require("./cypress/plugins/index.ts").default(on, config); }, baseUrl: "http://localhost:8080", - experimentalSessionAndOrigin: true, specPattern: "cypress/e2e/**/*.{js,jsx,ts,tsx}", }, env: {