diff --git a/packages/runner/injection/patches/cookies.ts b/packages/runner/injection/patches/cookies.ts index a827858d7a4c..83f720d21bb1 100644 --- a/packages/runner/injection/patches/cookies.ts +++ b/packages/runner/injection/patches/cookies.ts @@ -106,8 +106,6 @@ export const patchDocumentCookie = (requestCookies: AutomationCookie[]) => { } const bindCypressListeners = (Cypress: Cypress.Cypress) => { - Cypress.specBridgeCommunicator.on('cross:origin:cookies', addCookies) - Cypress.on('test:before:run', reset) // the following listeners are called from Cypress cookie commands, so that