diff --git a/frontend/cypress.config.ts b/frontend/cypress.config.ts index 798456f1aa..626c39a492 100644 --- a/frontend/cypress.config.ts +++ b/frontend/cypress.config.ts @@ -2,7 +2,7 @@ import { defineConfig } from 'cypress'; export default defineConfig({ e2e: { - baseUrl: 'http://localhost:4200', + baseUrl: 'http://pitc.okr.localhost:4200', experimentalMemoryManagement: true, }, env: {