Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[pageObjects/visualize] use testSubjects.setValue() to avoid partial …
…input (#29903) Fixes #29373 Fixes #29833 This flaky test is caused by the filter input box not being filled in completely. I was able to reproduce this once locally, but only after running the tests a couple times. To fix this I tried switching to the `testSubjects.setValue()` function, which focuses the input and clears its value before attempting to type into the field. This seems to have a higher success rate as I was able to run the test 40 times after making the change without a failure.
- Loading branch information