New issue
Advanced search Search tips

Issue 878984 link

Starred by 1 user

Issue metadata

Status: WontFix
Owner: ----
Closed: Dec 12
Cc:
Components:
EstimatedDays: ----
NextAction: ----
OS: Chrome
Pri: 3
Type: Bug


Participants' hotlists:
Launcher-Tech-Debt


Sign in to add a comment

Update SearchBoxViewTest implementation

Project Member Reported by oxyflush@chromium.org, Aug 29

Issue description

Change 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.
 
Components: UI>Shell>Launcher
Why?
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.
Description: Show this description
Summary: Update SearchBoxViewTest implementation (was: Change KeyPress() to use EventGenerator::PressKey)
Description: Show this description
Description: Show this description
Owner: newcomer@chromium.org
Please take it from here, thanks!
Labels: intern-bug
Cc: newcomer@chromium.org
Labels: OS-Chrome
Owner: ----
Status: WontFix (was: Untriaged)

Sign in to add a comment