Remove redundant option

pull/28217/head
Michael Telatynski 2023-01-12 17:21:49 +00:00
parent 4afe4a10a0
commit b68dbeff67
No known key found for this signature in database
GPG Key ID: 98BC6A2B829297FE
1 changed files with 0 additions and 1 deletions

View File

@ -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: {