From d9570a0531434ef991b2be03de5ed6a2fb9dad7d Mon Sep 17 00:00:00 2001 From: Kunal Date: Sun, 8 Feb 2026 14:58:48 +0000 Subject: [PATCH] test(e2e): import Clerk Cypress support commands --- frontend/cypress/support/e2e.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/cypress/support/e2e.ts b/frontend/cypress/support/e2e.ts index 1814d34d..ab72e0ce 100644 --- a/frontend/cypress/support/e2e.ts +++ b/frontend/cypress/support/e2e.ts @@ -1,5 +1,5 @@ // Cypress support file. // Place global hooks/commands here. -import "@clerk/testing/cypress"; +import "@clerk/testing/cypress/support"; import "./commands";