Skip to content

Instantly share code, notes, and snippets.

@stoefln
Created November 12, 2020 12:31
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 stoefln/42405ac439a185d4ea6765f1dbf0f9ea to your computer and use it in GitHub Desktop.
Save stoefln/42405ac439a185d4ea6765f1dbf0f9ea to your computer and use it in GitHub Desktop.
@Test
fun shouldShowRecommendedOffers_whenComingBackAfterLogin() {
HomeListScreenObject()
.clickSearchToolbar()
.search("Java")
.clickFloatingLoginButton()
.fillCredentialsAndLogIn()
.assertThat { headerContains("10 ofertas recomendadas") }
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment