forked from shaka-project/shaka-player
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Avoid race between UI events and their listeners in UI integration tests
UI events can get in a race with the tests trying to listen to them. This change creates all the listeners for the UI events first, before invoking the behavior that should fire them. Fixes b/131313069 Fixes b/131311532 Change-Id: I43bbeb4d1c6cebe90d92563bec5c62fd84ff259f
- Loading branch information
Showing
1 changed file
with
17 additions
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters