Convert CrElementsToolbarSearchFieldTest to interactive_ui_test.
Since it tests focus() and blur() functionality it should be an interactive ui test, which is known to work better for such WebUI tests on Mac. Note that the test currently manually fires 'blur' events (via MockInteractions.blur), and bypasses the problem. This is in preparation of relanding a CL that adds type-checking for this file which was previously reverted at r775025. Fixed: 1091201 Change-Id: I4d458eb6bef08cfdcb7741e1771747f6d39a5e94 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2296483 Commit-Queue: dpapad <dpapad@chromium.org> Auto-Submit: dpapad <dpapad@chromium.org> Reviewed-by:Rebekah Potter <rbpotter@chromium.org> Cr-Commit-Position: refs/heads/master@{#788470}
Showing
Please register or sign in to comment