sticky-piano-45805
09/06/2022, 5:27 PMcy.origin(). So it would look like that:
js
cy.origin('https://amazinglogin.test', () => {
cy.visit('/'); // This visits https://amazinglogin.test, which I don't want
cy.visit('https://mysuperbapplication.me'); // This fails, as I'm trying to access another domain with visit, even if exactly that was set as baseUrl before
})