https://cypress.io logo
Specifying x,y position could leave your tests pro...
# best-practices
f
Specifying x,y position could leave your tests prone to flakiness. I'd advise against that. By default Cypress should scroll to the element that is being selected by
.get()
It may be that you need to have a guard in there like
should('be.visible')
, but it's difficult to know for sure without seeing the error that is caused when you don't have
force: true