[Lens] Stabilize drag and drop test (#124007) (#124101)

(cherry picked from commit bc74ed2c5b)

Co-authored-by: Joe Reuter <johannes.reuter@elastic.co>
This commit is contained in:
Kibana Machine 2022-01-31 07:45:49 -05:00 committed by GitHub
parent a4c3bea022
commit cb96f704e4
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -203,7 +203,7 @@ export function LensPageProvider({ getService, getPageObjects }: FtrProviderCont
testSubjects.getCssSelector('lnsWorkspace')
);
await this.waitForLensDragDropToFinish();
await PageObjects.header.waitUntilLoadingHasFinished();
await this.waitForVisualization();
},
/**