I am trying to Test my app using Xcode 7 UI tests automation but I am having issue in button tap. I need to know if there exists any way to check if button tapped has triggered the IBAction Listener. Currently my test case is succeeding but in actual the button listener is not getting triggered.
app.buttons["Liquor"].tap()