Skip to content

Commit

Permalink
remove no-longer-used event listener
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisbreiding committed Oct 18, 2022
1 parent 1c91af7 commit 1dc801f
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions packages/runner/injection/patches/cookies.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 1dc801f

Please sign in to comment.