diff --git a/cypress/support/commands.js b/cypress/support/commands.js index 627c81f..719cef3 100644 --- a/cypress/support/commands.js +++ b/cypress/support/commands.js @@ -64,6 +64,8 @@ Cypress.Commands.add('login', (path) => { cy.wait('@sessionCheck').its('response.statusCode').should('equal', 200); } }); + + cy.reload(); }); Cypress.Commands.add('navigateToInterface', (path) => {