Skip to content

Instantly share code, notes, and snippets.

@ZieIony
Created April 23, 2021 21:36
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ZieIony/6327efd509ea9746aabe497f8e1441b7 to your computer and use it in GitHub Desktop.
Save ZieIony/6327efd509ea9746aabe497f8e1441b7 to your computer and use it in GitHub Desktop.
fun testLogin() {
given {
user sees { loginScreen() }
} whenever {
user clicks {
loginButton()
} and {
password is correct
}
} then {
user sees { homeScreen() }
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment