cypress-saveLogAndFilter: select Activity & checked all event done.
This commit is contained in:
@@ -21,8 +21,6 @@ Cypress.Commands.add('login', () => {
|
||||
password: Cypress.env('user').password
|
||||
}
|
||||
}).then(response => {
|
||||
console.log(response);
|
||||
cy.log(response)
|
||||
const token = response.body.access_token;
|
||||
cy.setCookie('luciaToken', token);
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user