test: E2E-conformance save log and filter done.

This commit is contained in:
chiayin
2023-12-06 12:52:50 +08:00
parent 71f0926eb9
commit a745015442
10 changed files with 1249 additions and 2516 deletions

View File

@@ -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;