mirror of
https://github.com/elastic/kibana.git
synced 2025-04-23 09:19:04 -04:00
Fix Client Metrics e2e user (#135056)
This commit is contained in:
parent
6aa6a50e30
commit
705e516701
1 changed files with 1 additions and 1 deletions
|
@ -43,7 +43,7 @@ journey('UX ClientMetrics', async ({ page, params }) => {
|
|||
});
|
||||
await loginToKibana({
|
||||
page,
|
||||
user: { username: 'viewer_user', password: 'changeme' },
|
||||
user: { username: 'viewer', password: 'changeme' },
|
||||
});
|
||||
});
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue