Test has a dropdown list in it. The recorder caught the click to open the dropdown of choices. But then the click to select one is failing with the following error:
Caused by: java.lang.RuntimeException: Action will not be performed because the target view does not match one or more of the following constraints:
at least 90 percent of the view's area is displayed to the user.
This question Android Espresso error on button click deals with the constraint, but its suggestion to simply use isCompletelyDisplayed() does not work.