Update SearchBoxViewTest implementation |
|||||||||
Issue descriptionChange KeyPress() to use EventGenerator::PressKey in SearchBoxViewTest. Also derive SearchBoxViewTest from AshTestBase in order to test other events properly using EventGenerator instead of explicitly calling event handlers.
,
Sep 4
Why?
,
Sep 4
Current KeyPress is a pared down version of actually pressing a key. Because of this, when testing features that require the insertion of a character vs. the handling of an event, we have to use KeyPress and HandleKeyEvent respectively. Using PressKey will allow us to do both in one method.
,
Sep 11
,
Sep 11
,
Sep 11
,
Sep 11
,
Sep 14
Please take it from here, thanks!
,
Sep 14
,
Sep 18
,
Dec 12
|
|||||||||
►
Sign in to add a comment |
|||||||||
Comment 1 by oxyflush@chromium.org
, Aug 30