theextremeprogrammer / Succinct

UI tests at the speed of unit tests. Proper encapsulation. Architecture agnostic. Freedom to refactor.
MIT License
42 stars 7 forks source link

Re-add support for "tapLeftBarButtonItem()" back into the framework #8

Closed theextremeprogrammer closed 5 years ago

theextremeprogrammer commented 5 years ago

This was removed in commit 9eeff1f due to assuming that it was no longer needed assuming that tapBarButtonItem(systemItem:) satisfied this need.

tapBarButtonItem(systemItem:) can only be used with system items whereas tapLeftBarButtonItem() can be used with any kind of UIBarButtonItem, therefore tapLeftBarButtonItem() support is still helpful.