mirror of
https://github.com/elastic/kibana.git
synced 2025-04-23 09:19:04 -04:00
wait for loading before asserting filters (#139162)
Co-authored-by: Kibana Machine <42973632+kibanamachine@users.noreply.github.com>
This commit is contained in:
parent
e03a390346
commit
9358fdce71
1 changed files with 1 additions and 0 deletions
|
@ -193,6 +193,7 @@ export default function ({ getPageObjects, getService }: FtrProviderContext) {
|
|||
});
|
||||
|
||||
await testSubjects.click('applyFiltersPopoverButton');
|
||||
await dashboard.waitForRenderComplete();
|
||||
};
|
||||
|
||||
const cleanup = async () => {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue