Created
October 7, 2018 17:09
-
-
Save yunustek/5c454e8235d3701bc97c3bd61ec880f0 to your computer and use it in GitHub Desktop.
UITest
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
let goLabel = app.staticTexts["Go!"] | |
let exists = NSPredicate(format: "exists == true") | |
expectation(for: exists, evaluatedWithObject: goLabel, handler: nil) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment