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

@ -12,6 +12,7 @@ context('Create Channel Browser Testing', () => {
cy.clearLocalStorage({ domain: null });
cy.clearCookies({ domain: null });
});
beforeEach(() => cy.setToken());
it('should visit user login screen', () => cy.userLogin());
describe('Channel Creation process', () => {
it('should login', () => cy.login());