Closed ZubairKh closed 6 years ago
Resolved this issue. In SimpleIdlingResource.java
@Override
public boolean isIdleNow() {
return mIsIdleNow.get();
}
I was forgot to write mIsIdleNow.get(); it was return false; previously. Now Test run successfully :-)
After following all the instructions, I am getting above exception while Running the test
And Line 40 of the code wrote exactly as you've guided or written in your sample
onData(anything()).inAdapterView(withId(R.id.tea_grid_view)).atPosition(0).perform(click());
can you guide me solve this issue?
Thanks