Skip to content

Instantly share code, notes, and snippets.

@JoseAlcerreca
Created April 12, 2022 09:34
Show Gist options
  • Save JoseAlcerreca/0fe82a7d6eadffde576ce5ebed325045 to your computer and use it in GitHub Desktop.
Save JoseAlcerreca/0fe82a7d6eadffde576ce5ebed325045 to your computer and use it in GitHub Desktop.
@Test
fun loginScreen_onContinueClick_welcomeDisplayed() {
composeTestRule.onNodeWithText("Continue¨).performClick()
// Screen still shows "Loading"
composeTestRule.onNodeWithText("Welcome").assertExists() // FAILS!
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment