realHover is not a function error
# i-need-help
b
I am using the plugin https://github.com/dmtrKovalenko/cypress-real-events I did everything as described in the documentation, but while running the test I get an error: cy.get().realHover is not a function. Did someone have similar issues? I am using the 12.7.0 version of Cypress. When I added the
import "cypress-real-events";
to the index.ts file I got an error for other declarations:
TS2315: Type 'Chainable' is not generic.
It worked once I added
import "cypress-real-events";
to the commands.ts file instead of index.ts - the docs are missleading