Hi team I am having a problem with scrollIntoView(...
# e2e-testing
l
Hi team I am having a problem with scrollIntoView(). How I am writing currently is cy.get(‘I’d/classname’).scrollIntoView().click(). It was working fine a week ago. However it was failing last week and re-running successfully this week. Without using scrollIntiView() for some elements the autoScroll the element into view is failing. My cypress version is 7.6.0. Any suggestions would appreciated