Skip to content

Instantly share code, notes, and snippets.

@aqua30
Last active August 27, 2022 09:39
Show Gist options
  • Save aqua30/4f14c61bec4d82b4ff3682312b4f90dd to your computer and use it in GitHub Desktop.
Save aqua30/4f14c61bec4d82b4ff3682312b4f90dd to your computer and use it in GitHub Desktop.
@Test
fun verify_if_all_views_exists() {
composeTestRule.onNodeWithTag("Counter Display").assertExists()
composeTestRule.onNodeWithTag("Input").assertExists()
composeTestRule.onNodeWithText("Copy").assertExists()
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment