mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 01:38:56 -04:00
[Lens] Wait for up 5 seconds for the Lens app to come up (#139163)
* wait for up 5 seconds for the Lens app to come up
* retry click on filter to get popover to remove
* Revert "retry click on filter to get popover to remove"
This reverts commit 0817f46343
.
Co-authored-by: Kibana Machine <42973632+kibanamachine@users.noreply.github.com>
This commit is contained in:
parent
201820d718
commit
e03a390346
1 changed files with 1 additions and 1 deletions
|
@ -45,7 +45,7 @@ export function LensPageProvider({ getService, getPageObjects }: FtrProviderCont
|
|||
},
|
||||
|
||||
async isLensPageOrFail() {
|
||||
return await testSubjects.existOrFail('lnsApp', { timeout: 1000 });
|
||||
return await testSubjects.existOrFail('lnsApp', { timeout: 5000 });
|
||||
},
|
||||
|
||||
/**
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue