What steps will reproduce the problem?
Here is an example test:
public void testRotateWithDrawerOpenAAA() {
openDrawer(R.id.drawer_layout);
getActivity().setRequestedOrientation(ActivityInfo.SCREEN_ORIENTATION_LANDSCAPE);
onView(withId(R.id.title)).check(matches(withText("Title"));
}
What is the expected output? What do you see instead?
I expect to be able to continue on with my test, but instead I see:
com.google.android.apps.common.testing.ui.espresso.IdlingResourceTimeoutExceptio
n: Wait for [IdlingDrawerListener] to become idle timed out
What version of the product are you using? On what operating system?
The error occurs on an x86 emulator running 4.4.2, a Nexus 4 running 4.4, and a
Nexus 5 running 4.4.2
Original issue reported on code.google.com by tah...@gmail.com on 22 Apr 2014 at 8:38
Original issue reported on code.google.com by
tah...@gmail.com
on 22 Apr 2014 at 8:38