onmyway133 / notes

:notebook_with_decorative_cover: Issues and solutions I found during development, mostly iOS
https://onmyway133.com/
MIT License
63 stars 4 forks source link

UITest Unable to find hit point for Cell #97

Open onmyway133 opened 8 years ago

onmyway133 commented 8 years ago

Cell hittable is false, so can't tap

onmyway133 commented 8 years ago

http://stackoverflow.com/questions/33422681/xcode-ui-test-ui-testing-failure-failed-to-scroll-to-visible-by-ax-action/33534187#33534187

onmyway133 commented 8 years ago

Use print(element.debugDescription) to make sure there is no hidden element overlap on our screen

eonist commented 5 years ago

Thx man! forceTapElement() 💥