Skip to content

Instantly share code, notes, and snippets.

@JoseAlcerreca
Created April 12, 2022 09:29
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/57ba9a565c95601722830ca365d4d215 to your computer and use it in GitHub Desktop.
Save JoseAlcerreca/57ba9a565c95601722830ca365d4d215 to your computer and use it in GitHub Desktop.
composeTestRule.onNodeWithText("Continue¨) .performClick()
Thread.sleep(2000) // don't do this
composeTestRule.onNodeWithText("Welcome").assertExists()
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment