UI Moving Up and Off Screen with cy.get #26067
Unanswered
BrannonR
asked this question in
Component Testing
Replies: 1 comment
-
Anyone with any idea? This is what my UI looks like after the test is done running. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
When use using cy.get my UI jumps up and the top starts to go off the page, and with each other cy.get it goes up more and more. I've tried setting scrollBehavior: false in the config, giving each cy,get {scrollIntoView:'false'}, but none of those make a difference. My clicks show the right place on the screen but the UI is pushed up, the clicks are still clicking correct elements. So this isn't effected my test but doesn't look nice on demos.
Beta Was this translation helpful? Give feedback.
All reactions