Created
May 10, 2018 06:59
-
-
Save tranhieutt/7f45eada468c1cf47f76058cdf9b3a43 to your computer and use it in GitHub Desktop.
testMoveHomeScreen
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
func testMoveHomeScreen() { | |
app.buttons[startTest].tap() | |
XCTAssert(app.navigationBars["HomeScreen"].exists) | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment