update: background user token persistance
This commit is contained in:
@ -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());
|
||||
|
Reference in New Issue
Block a user