kif-framework / KIF

Keep It Functional - An iOS Functional Testing Framework
Other
6.2k stars 911 forks source link

It may be blocked by other views #1238

Closed nkusongzhichao closed 1 year ago

nkusongzhichao commented 2 years ago

When I use tapIfExistAccessibilityLabel, sometimes it may pop a view, so I cant hit this button, and give this error :"xxxx is not tappable. It may be blocked by other views." How can I solve this problem?

dostrander commented 2 years ago

Sorry i don't follow completely. Are you saying that if you hit tap it will do the tap then pop a view, which then will then cause an error saying it's untappable?

Maybe an example project or code of what is happening would help illustrate what the problem is if that's possible

dostrander commented 2 years ago

@nkusongzhichao Any updates on this?