Cypress - Element Interactions
What will happen if you run:
cy.scrollTo('left');
cy.get('#header').should('be.visible');on a page with no horizontal scroll?