kif-framework / KIF

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

Support detecting a view is offscreen #1278

Closed steve-sun-me closed 1 year ago

steve-sun-me commented 1 year ago
steve-sun-me commented 1 year ago

@justinseanmartin - answering the thread here for viz.

Originally waitForAbsent, waitForView, tap all have the same bug where it returns true even the matching view is outside of visible area. This PR is addressing the issue for waitForAbsent only and leave waitForView and tap the same as is. I will come back to tackle them later