There is a form that dont fit fully to a screen so i need to scroll up to actually click on the text(link - href) however when i am doing cy.get(href) screen get stuck even tho the cy.get called after cy.scrollTo() , so it fails with error that another element on the way but which is weird cy scrollTo should perform first moving upwards then the cy.get(href) but it gets stuck
enter image description here