bahmutov / cyclope

Cypress DOM snapshots and consistent image diffing in the cloud
13 stars 2 forks source link

Having TypeError: Cannot read properties of undefined (reading 'realHover') #85

Open unirora opened 1 year ago

unirora commented 1 year ago

I'm having an undefined error when running cypress tests with Cypress version from 11.1.0 to 12.0.2. Please find the error below,

Because this error occurred during a before all hook we are skipping all of the remaining tests. at $Cypress.eval (webpack:////Users/###/node_modules/cyclope/src/index.js:12:0)

lashchanka commented 1 year ago

➕ Same happened to me.

TypeError: Cannot read properties of undefined (reading 'realHover')

Because this error occurred during a `before each` hook we are skipping the remaining tests in the current suite: `...`
    at $Cypress.eval (webpack:///./node_modules/cyclope/src/index.js:12:0)

@bahmutov , could you, please, maybe try a solution mentioned in this issue as a quick fix?