I am trying to get the recycle view using onData but i am stuck in this error:
No views in hierarchy found matching: is assignable from class: class android.widget.AdapterView
The code is just this:
onData(allOf(isAssignableFrom(RecyclerView.class), withId(R.id.ce_musers_list)))
.check(matches(withEffectiveVisibility(ViewMatchers.Visibility.VISIBLE)));
My adaptor extends RecyclerView.Adapter
as it should for a RecycleView, yet, seams the matcher is looking for a simple Adapter.
This is my first time with espress, so i may be failing in something basic.
My Espresso version is 3.0.0