google-developer-training / basic-android-kotlin-compose-training-tip-calculator

Apache License 2.0
61 stars 97 forks source link

Write automated tests: Android Basics with Compose #227

Open kahlenberg opened 3 months ago

kahlenberg commented 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