Speculative fix for MagnifierE2ETest.MovesDockedMagnifierToActiveDescendant
The test was failing/flaky on some MSAN bots, presumably because the listener was registered after the event was fired. Introduce a helper class that allows us to easily register the listener, perform the event, then wait for the listener to have fired. TBR=josiahk@chromium.org, dtseng@chromium.org Bug: 1145612 Test: Runs locally but real test will be whether this fixes failures on the 'Linux ChromiumOS MSan Tests bot' Change-Id: I16303d96b101113e80ab4f484b4e604faeab4c88 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2560622Reviewed-by:Pavol Marko <pmarko@chromium.org> Commit-Queue: Pavol Marko <pmarko@chromium.org> Cr-Commit-Position: refs/heads/master@{#830991}
Showing
Please register or sign in to comment