Skip to content

Instantly share code, notes, and snippets.

@seyitcodeit
Last active December 24, 2020 09:10
Show Gist options
  • Save seyitcodeit/593f3a904213685092cfa3566fde7a6a to your computer and use it in GitHub Desktop.
Save seyitcodeit/593f3a904213685092cfa3566fde7a6a to your computer and use it in GitHub Desktop.
Xcode Test Login
func testLogin() {
continueAfterFailure = false
app = XCUIApplication()
app.launch()
wait(for: 2)
passLoginSalesForce()
wait(for: 5)
// after your login you cand add some methods here according to your app flow
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment