Skip to content

Commit fd0bc7e

Browse files
committed
fix(cypress): Session reconstruction
commands/auth-commands.ts - added visiting the base url in the session validation, so when the session is reconstructed the condition will be met
1 parent ed2edd7 commit fd0bc7e

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

web/cypress/support/commands/auth-commands.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -84,6 +84,7 @@ Cypress.Commands.add(
8484
{
8585
cacheAcrossSpecs: true,
8686
validate() {
87+
cy.visit('/');
8788
cy.byTestID("username", {timeout: 120000}).should('be.visible');
8889
guidedTour.close();
8990
},

0 commit comments

Comments
 (0)