TestingWithFrank / Frank

Automated acceptance tests for native iOS apps
http://testingwithfrank.github.io/
Apache License 2.0
214 stars 57 forks source link

Ensure navigation title steps actually check the navigation title #25

Closed joemasilotti closed 10 years ago

joemasilotti commented 10 years ago

Previously all navigation items and subclasses matched, thus the back button text could match. This only checks the navigation item crossing over the middle x pixel of the navigation bar.

joemasilotti commented 10 years ago

Done.

MichaelBuckley commented 10 years ago

Thanks!