mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 17:59:23 -04:00
Co-authored-by: Joe Reuter <johannes.reuter@elastic.co>
This commit is contained in:
parent
c5004e350a
commit
13fd7d2b0e
1 changed files with 1 additions and 1 deletions
|
@ -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 () => {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue