Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add a slight delay before selecting a visualization type (elastic#169851
) ## Summary Attempt at fixing elastic#89958 As per my [latest comment](elastic#89958 (comment)) on the issue, I believe that the test logic sometimes fails to select the appropriate visualisation type, in this case `Text` (aka markdown). The failure manifests [a couple of steps later](https://github.com/elastic/kibana/blob/main/x-pack/test/saved_object_tagging/functional/tests/visualize_integration.ts#L155), as this operation does not meet the expected "before state". The strategy of this fix consists in introducing an extra step, searching for the visualisation type, which should give the UI enough time to attach an event handler to the control. (cherry picked from commit 3d19006)
- Loading branch information