You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
My Cypress test using realHover is behaving inconsistently. It fails about 2-3 times in 10 test runs. I tried adding an additional cy.wait(..) after .realHover(), but this doesn't change the test results.
I've been having some flaky tests due to the realHover inconsistent behavior as well. My alternative was to use trigger('mouseover') instead. It seems to have solved the flakyness.
My Cypress test using realHover is behaving inconsistently. It fails about 2-3 times in 10 test runs. I tried adding an additional
cy.wait(..)
after.realHover()
, but this doesn't change the test results.Test:
Result:
Next run:
Versions:
Browser: Electron v118
Cypress version: 3.12.0
Cypress-real-events version: 1.13.0
The text was updated successfully, but these errors were encountered: