i trying test app using xcode 7 ui tests automation having issue in button tap. need know if there exists way check if button tapped has triggered ibaction listener. test case succeeding in actual button listener not getting triggered.
app.buttons["liquor"].tap()
Comments
Post a Comment