Allow disabling infobar animations for tests |
|||
Issue descriptionTo have faster and less flaky instrumentation tests that verify states of the UI. Infobars use the android framework animations rather than ChromeAnimations, so we don't currently have a way to disable all of them for individual tests. That requires using ADB to change system level animation multipliers. As a workaround we could just disable all animations for tests by not running them at all. +FYI mdjones@ as infobar specialist and bauerb@ as animation disabling specialist
,
Aug 15 2017
I was thinking about something like that yes, some sort of flag to skip animating. Maybe by setting the duration to 0? I'll play with it after FF.
,
Feb 26 2018
|
|||
►
Sign in to add a comment |
|||
Comment 1 by mdjones@chromium.org
, Aug 15 2017