I’m running espresso tests on circle CI. A particular test passes on my local machine but fails on circle CI with the error:
Error performing ‘single click’ on view 'with id:
…
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.
I’d like to get a screen shot so I can see what’s going on. Is there an easy way to do that?