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
{{ message }}
This repository was archived by the owner on May 1, 2024. It is now read-only.
I was running UI test 3525 on iOS 12.0 simulators and ran into an issue. If you click the "Clickable" label several times quickly, it's going to throw a null exception. The issue seems to be coming from CreateChildRecognizerHandler of EventTracker because 'childGestures' is null.
Note that I did not test this on a physical device and don't know if the issue exists there.
Description
I was running UI test 3525 on iOS 12.0 simulators and ran into an issue. If you click the "Clickable" label several times quickly, it's going to throw a null exception. The issue seems to be coming from
CreateChildRecognizerHandlerofEventTrackerbecause 'childGestures' is null.Note that I did not test this on a physical device and don't know if the issue exists there.