mirror of
https://github.com/elastic/kibana.git
synced 2025-04-23 09:19:04 -04:00
(cherry picked from commit d8a1331682
)
Co-authored-by: Joe Reuter <johannes.reuter@elastic.co>
This commit is contained in:
parent
fa18d6ab40
commit
cbc9f8061a
1 changed files with 1 additions and 0 deletions
|
@ -184,6 +184,7 @@ export default function ({ getService, getPageObjects }: FtrProviderContext) {
|
|||
await retry.try(async function tryingForTime() {
|
||||
// click first metric bucket
|
||||
await PageObjects.visEditor.clickMetricByIndex(0);
|
||||
await PageObjects.visChart.waitForVisualizationRenderingStabilized();
|
||||
filterCount = await filterBar.getFilterCount();
|
||||
});
|
||||
await filterBar.removeAllFilters();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue