Test function

Report a typo

Rearrange and indent the code below in a way that makes sense.

Note that the ID resource names are representative of View type they reference.
Reorder lines using drag or arrows. Adjust indentation with left buttons
                .perform(typeText("Hyperskill"))
              
                }
              
                onView(withId(R.id.edittext))
              
                fun test() {
              
                .perform(click())
              
                onView(withId(R.id.button))
              
                onView(withId(R.id.textview))
              
                @Test
              
                .check(matches(withText("Hyperskill")))
              
___

Create a free account to access the full topic