Skip to content

Instantly share code, notes, and snippets.

@yunustek
Created October 7, 2018 17:09
Show Gist options
  • Save yunustek/5c454e8235d3701bc97c3bd61ec880f0 to your computer and use it in GitHub Desktop.
Save yunustek/5c454e8235d3701bc97c3bd61ec880f0 to your computer and use it in GitHub Desktop.
UITest
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