You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix(cdk/testing): fake touch event does not touch identifier
The fake `TouchEvent` being created by test harnesses for the
TestBed harness environment currently set an id for a `Touch`
of the fake event. The `Touch` currently incorrectly sets the
unique touch id to a field named `id`, while it should be `identifier`.
0 commit comments