Skip to content

Commit

Permalink
NTR: fix cypress subscription tests by removing double sessions (#953)
Browse files Browse the repository at this point in the history
  • Loading branch information
boxblinkracer authored Feb 24, 2025
1 parent 11991e4 commit e74e8c9
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions tests/Cypress/cypress/support/scenarios/DummyUserScenario.js
Original file line number Diff line number Diff line change
Expand Up @@ -26,9 +26,7 @@ export default class DummyUserScenario {

session.resetBrowserSession();

cy.session('login', () => {
login.doLogin(user_email, user_pwd);
});
login.doLogin(user_email, user_pwd);

// we have to start on the home page
// after session restoring, so that we can continue as usual
Expand Down

0 comments on commit e74e8c9

Please sign in to comment.