fix: cypress flakyness by reloading after logging in

pull/166/head
Boaz Poolman 2024-12-30 20:18:44 +00:00
parent 83cf8ed165
commit 4e81ebe622
1 changed files with 2 additions and 0 deletions

View File

@ -64,6 +64,8 @@ Cypress.Commands.add('login', (path) => {
cy.wait('@sessionCheck').its('response.statusCode').should('equal', 200); cy.wait('@sessionCheck').its('response.statusCode').should('equal', 200);
} }
}); });
cy.reload();
}); });
Cypress.Commands.add('navigateToInterface', (path) => { Cypress.Commands.add('navigateToInterface', (path) => {