How to scroll in page in a cypress test?

In a cypress test, how do you navigate down the page?

Hey NoahSmith,

You can use the below commands.

 scrollIntoView() .scrollIntoView(option[s) ]

 (https://docs.cypress.io/api/commands/scrollintoview#Syntax)

[https://docs.cypress.io/api/commands/scrollintoview#Sy]

(https://docs.cypress.io/api/commands/scrollintoview#Syntax)ntax