abundant-hydrogen-26466
08/22/2022, 11:21 PMCypress.Commands.add('crossVisit', (crossUrl) => {
// this is a workaround due to the fact that Cypress currently does not support hitting a different super domain with .visit()
cy.window().then((window) => {
window.location.assign(crossUrl);
});
});