wait for loading before asserting filters (#139162)

Co-authored-by: Kibana Machine <42973632+kibanamachine@users.noreply.github.com>
This commit is contained in:
Joe Reuter 2022-08-23 17:17:21 +02:00 committed by GitHub
parent e03a390346
commit 9358fdce71
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -193,6 +193,7 @@ export default function ({ getPageObjects, getService }: FtrProviderContext) {
});
await testSubjects.click('applyFiltersPopoverButton');
await dashboard.waitForRenderComplete();
};
const cleanup = async () => {