Skip to content

Commit 4e81ebe

Browse files
committed
fix: cypress flakyness by reloading after logging in
1 parent 83cf8ed commit 4e81ebe

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

cypress/support/commands.js

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -64,6 +64,8 @@ Cypress.Commands.add('login', (path) => {
6464
cy.wait('@sessionCheck').its('response.statusCode').should('equal', 200);
6565
}
6666
});
67+
68+
cy.reload();
6769
});
6870

6971
Cypress.Commands.add('navigateToInterface', (path) => {

0 commit comments

Comments
 (0)