update: loccalStorage persistance using externallibrary
This commit is contained in:
@ -10,6 +10,7 @@ context('Signup Browser Testing', () => {
|
||||
username += num;
|
||||
email = username + '@testemail.com';
|
||||
});
|
||||
cy.clearLocalStorageSnapshot();
|
||||
cy.clearLocalStorage({ domain: null });
|
||||
cy.clearCookies({ domain: null });
|
||||
});
|
||||
|
Reference in New Issue
Block a user