mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 17:59:23 -04:00
Functional tests - adjust userMenu timeout (#119607)
This PR stabilizes the login during functional tests by adjusting the timeout for the opened user menu.
This commit is contained in:
parent
b0b1efd75d
commit
37b9fce076
1 changed files with 1 additions and 1 deletions
|
@ -45,7 +45,7 @@ export function UserMenuProvider({ getService }) {
|
|||
|
||||
await retry.try(async () => {
|
||||
await testSubjects.click('userMenuButton');
|
||||
await testSubjects.existOrFail('userMenu');
|
||||
await testSubjects.existOrFail('userMenu', { timeout: 2500 });
|
||||
});
|
||||
}
|
||||
})();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue