fix: cypress flakyness by reloading after logging in
parent
83cf8ed165
commit
4e81ebe622
|
@ -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) => {
|
||||
|
|
Loading…
Reference in New Issue