We have a View Pager in our app that when a user is signed out we show the same UI. So since the UI is the same for each page on the view pager tapping on an element or checking if it is displayed just gives me the Matches multiple error. So my theory is since view pagers load everything at once that is why i get this error. Changing the contentDescriptor doesn't work since it will be the same in all views.
The view is of a button when not signed in and when signed in it will have a grid view.
So my question is - how do I get to the button or whatever element I may need? I cannot change the app code.
Using Espresso 2.2.2