update: background user token persistance
This commit is contained in:
@ -11,6 +11,7 @@ context('Retire Project Browser Testing', () => {
|
||||
cy.clearLocalStorage({ domain: null });
|
||||
cy.clearCookies({ domain: null });
|
||||
});
|
||||
beforeEach(() => cy.setToken());
|
||||
it('should visit user login screend', () => cy.userLogin());
|
||||
describe('Project Retirement process', () => {
|
||||
it('should login', () => cy.login());
|
||||
|
Reference in New Issue
Block a user