gray-kilobyte-89541
07/26/2022, 12:04 PMwindow
object? Because if you do cy.visit
after that, the new window
object will be created, losing your auth token. You probably want to use onBeforeLoad
to set the authToken, see https://on.cypress.io/visit options