Skip to content

Instantly share code, notes, and snippets.

@heitorcolangelo
Created October 8, 2016 20:32
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 heitorcolangelo/87ed559aa8cf958b11212e8d320b1199 to your computer and use it in GitHub Desktop.
Save heitorcolangelo/87ed559aa8cf958b11212e8d320b1199 to your computer and use it in GitHub Desktop.
@Test
fun whenBothFieldsAreFilled_andClickOnLoginButton_shouldOpenMainActivity() {
login {
username("defaultText")
password("defaultText")
} doLogin {
isSuccess()
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment