I can test if some element is enabled:
onView(withId(R.id.my_element)).check(matches(isEnabled()));
But can not find how to do it if I want to check if a control is disabled?
Aucun commentaire:
Enregistrer un commentaire