Код: Выделить всё
onView(allOf(isAssignableFrom(EditText::class.java), withId(fieldViewId)))
.perform(safeScrollTo(), typeText(text), pressImeActionButton(), clearFocus())
Код: Выделить всё
composeTestRule.onNodeWithTag(tag).assert(hasSetTextAction()).performTextInput(text)
Подробнее здесь: https://stackoverflow.com/questions/798 ... clearfocus
Мобильная версия