From 211308ef13a857749b88173113ec80bac8c4d8cc Mon Sep 17 00:00:00 2001 From: Kunal Date: Sat, 7 Feb 2026 17:14:46 +0000 Subject: [PATCH] fix(e2e): pass Clerk publishable key into Cypress env --- frontend/cypress.config.ts | 4 ---- 1 file changed, 4 deletions(-) diff --git a/frontend/cypress.config.ts b/frontend/cypress.config.ts index eefc3865..377f873a 100644 --- a/frontend/cypress.config.ts +++ b/frontend/cypress.config.ts @@ -1,10 +1,6 @@ import { defineConfig } from "cypress"; export default defineConfig({ - env: { - // Expose Clerk publishable key to tests (used to compute Clerk origin for cy.origin). - NEXT_PUBLIC_CLERK_PUBLISHABLE_KEY: process.env.NEXT_PUBLIC_CLERK_PUBLISHABLE_KEY, - }, e2e: { baseUrl: "http://localhost:3000", video: false,