I am trying to test EditTexts in my form that are within a NestedScrollView. I am running the following code:
onView(withId(R.id.register_scroll_view)).perf
Use
onView(withId(R.id.register_scroll_view)) .perform(swipeUp(), click())