Open kahlenberg opened 3 months ago
In instrumenttest, there is a mistake at the line: composeTestRule.onNodeWithText("Tip Percentage").performTextInput("20") There is no "Tip Percentage" in MainActivity.kt
composeTestRule.onNodeWithText("Tip Percentage").performTextInput("20")
In instrumenttest, there is a mistake at the line:
composeTestRule.onNodeWithText("Tip Percentage").performTextInput("20")
There is no "Tip Percentage" in MainActivity.kt