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