cy.get() scrolls to top of page dismissing hover that I'm trying to test #29307
alasdairrobinson
started this conversation in
General
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I've got a web page with a chart that the tests have to scroll down to get to. The test scrolls down to perform a 'mouseOver' to activate the hover, but when the cy.get command tries to get the hover html the page scrolls to the top (the cy.get command?) and the hover is dismissed.
Beta Was this translation helpful? Give feedback.
All reactions