Created
October 8, 2016 20:32
-
-
Save heitorcolangelo/87ed559aa8cf958b11212e8d320b1199 to your computer and use it in GitHub Desktop.
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
@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