diff --git a/frontend/cypress/support/e2e.ts b/frontend/cypress/support/e2e.ts index ab72e0c..369182a 100644 --- a/frontend/cypress/support/e2e.ts +++ b/frontend/cypress/support/e2e.ts @@ -1,5 +1,10 @@ // Cypress support file. // Place global hooks/commands here. -import "@clerk/testing/cypress/support"; +/// + +import { addClerkCommands } from "@clerk/testing/cypress"; + +addClerkCommands({ Cypress, cy }); + import "./commands";