Skip to content

Instantly share code, notes, and snippets.

@aqua30
Created August 27, 2022 09:46
Show Gist options
  • Save aqua30/87494177f6a7cad3aee88d93aff9a064 to your computer and use it in GitHub Desktop.
Save aqua30/87494177f6a7cad3aee88d93aff9a064 to your computer and use it in GitHub Desktop.
@Test
fun counterValue_with_emptyInput_displays_InvalidEntry() {
composeTestRule.onNodeWithText("Copy").performClick()
composeTestRule.onNodeWithTag("Counter Display").assertTextEquals("Invalid entry")
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment