Skip to content

Instantly share code, notes, and snippets.

@JoseAlcerreca
Created April 12, 2022 09:35
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 JoseAlcerreca/7d39344fcfca826c63ec57fae02794a6 to your computer and use it in GitHub Desktop.
Save JoseAlcerreca/7d39344fcfca826c63ec57fae02794a6 to your computer and use it in GitHub Desktop.
@Test
fun loginScreen_onContinueClick_welcomeDisplayed() {
composeTestRule.onNodeWithText("Continue¨).performClick()
composeTestRule.waitUntilDoesNotExist(hasText("Loading"))
composeTestRule.onNodeWithText("Welcome").assertExists()
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment