Joe Masilotti

CocoaPods trunk is moving to be read-only. Read more on the blog, there are 18 months to go.
3pods
UI Testing in Xcode 7 doesn't offer any way to wait for elements to exist.
This adds a few helper methods to XCTestCase
, such as:
waitForElementToExist:
- waits until element.exists
returns YES
waitForElementToNotExist:
- waits until element.exists
returns NO
waitForActivityIndicatorToFinish
- waits until the (assumed) only activity indicator stops animatingLicense: MIT