-
-
Notifications
You must be signed in to change notification settings - Fork 74
Open
Description
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:
cy.get('.pill').eq(0)
.should('have.css', 'background-color', 'rgba(255, 255, 255, 0.05)')
.realHover()
.should('have.css', 'background-color', 'rgba(255, 255, 255, 0.1)')
Versions:
Browser: Electron v118
Cypress version: 3.12.0
Cypress-real-events version: 1.13.0
MaksKushnirov, fossbrandon, Lukas742, venkatesh-nagineni, alexviz7 and 15 morebhalial, piozaj and glomotion
Metadata
Metadata
Assignees
Labels
No labels

