update: background user token persistance

This commit is contained in:
Jure Ursic
2020-07-08 14:03:44 +02:00
parent 2da9de5414
commit ff41638e2b
9 changed files with 15 additions and 4 deletions

View File

@ -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());