2023-01-25 07:15:54 +11:00

4 lines
129 B
JavaScript
Vendored

Cypress.Commands.add('assertRedirect', path => {
cy.location('pathname').should('eq', `/${path}`.replace(/^\/\//, '/'));
});