test: E2E-conformance save log and filter done.
This commit is contained in:
@@ -18,7 +18,8 @@ Cypress.Commands.add('login', () => {
|
||||
form: true,
|
||||
body: {
|
||||
username: Cypress.env('user').username,
|
||||
password: Cypress.env('user').password
|
||||
password: Cypress.env('user').password,
|
||||
grant_type: 'password',
|
||||
}
|
||||
}).then(response => {
|
||||
const token = response.body.access_token;
|
||||
|
||||
Reference in New Issue
Block a user