mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2024-11-10 21:22:58 +01:00
4 lines
129 B
JavaScript
Vendored
4 lines
129 B
JavaScript
Vendored
Cypress.Commands.add('assertRedirect', path => {
|
|
cy.location('pathname').should('eq', `/${path}`.replace(/^\/\//, '/'));
|
|
});
|