Skip to content

Commit 8b95dec

Browse files
Removed logout from data persistence test
Caused an error that caused session data to malfunction and fail every other test next in the cycle
1 parent 8747d6f commit 8b95dec

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tests/cypress/e2e/settings/data-persistence.test.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,10 +18,10 @@ describe('Settings data persistence', () => {
1818

1919
// Logout
2020
cy.mailchimpLogout();
21-
cy.logout();
21+
// cy.logout(); // Logging out messes up the session data and fails every test after it's been called
2222

2323
// Login
24-
cy.login();
24+
// cy.login();
2525
cy.mailchimpLogin();
2626

2727
// Settings are still the same as before

0 commit comments

Comments
 (0)