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
Hi from Japan👋🏻
I see waitUntilHittable in testcases a lot, but it seems like self.defaultTouchLocation is never nil or throws error, so what is the point?
The text was updated successfully, but these errors were encountered:
You're right! That was a mistake when copying it over from our internal repo into the open source one. Submitting a fix that completely removes self.defaultTouchLocation to avoid accidental issues like this.
Hi from Japan👋🏻
I see
waitUntilHittable
in testcases a lot, but it seems likeself.defaultTouchLocation
is never nil or throws error, so what is the point?The text was updated successfully, but these errors were encountered: