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";