kif-framework / KIF

Keep It Functional - An iOS Functional Testing Framework
Other
6.21k stars 913 forks source link

Remove hasTapGestureRecognizer #1244

Closed dostrander closed 2 years ago

dostrander commented 2 years ago

isTappable checks to see if a view is on screen or tappable by the user. If a view has a gesture recognizer it doesn't make it tappable if it's off screen or hidden by another view.

This takes out that check as it doesn't accurately represent if a view is actually tappable.

This still passes the tests that were introduced when this check was added so there should be no regression in functionality.