fix exists or fail check (#118499) (#118514)

Co-authored-by: Joe Reuter <johannes.reuter@elastic.co>
This commit is contained in:
Kibana Machine 2021-11-15 08:27:37 -05:00 committed by GitHub
parent c5004e350a
commit 13fd7d2b0e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -71,7 +71,7 @@ export default function ({ getService, getPageObjects }: FtrProviderContext) {
await PageObjects.lens.goToTimeRange();
await retry.try(async () => {
await clickInChart(6, 5); // hardcoded position of bar, depends heavy on data and charts implementation
await testSubjects.existOrFail('applyFiltersPopoverButton');
await testSubjects.existOrFail('applyFiltersPopoverButton', { timeout: 2500 });
});
await retry.try(async () => {