[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:
Joe Reuter 2022-08-23 17:16:53 +02:00 committed by GitHub
parent 201820d718
commit e03a390346
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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 });
},
/**