Open
Description
Subject
api
Description
https://docs.cypress.io/api/commands/scrollintoview states that "[i]t is unsafe to chain further commands that rely on the subject after .scrollIntoView()
." However, two examples on the page chain .should('be.visible')
on scrollIntoView
. I think the examples should be updated to re-query the DOM before doing that assertion
Pinging @BlueWinds (hope that's an okay thing to do?) to check if this is indeed a desired documentation change