Merge pull request #262 from Fallenbagel/change-cypress-projectid

test(cypress): change cypress projectId
This commit is contained in:
Fallenbagel
2022-12-03 17:10:42 +05:00
committed by GitHub

View File

@@ -1,7 +1,7 @@
import { defineConfig } from 'cypress';
export default defineConfig({
projectId: 'onnqy3',
projectId: 'xkm1b4',
e2e: {
baseUrl: 'http://localhost:5055',
experimentalSessionAndOrigin: true,