Closed rjrjr closed 7 years ago
Interesting. I get the same failure if I add minimal espresso test to the helloworld sample.
Holy shit. I get the same failure in BasicSampleTest if I reduce it to this test case:
@Test public void defaultKeyIsUsed() {
onView(withId(R.id.basic_activity_frame)).perform(click());
}
Nope, now I'm just getting it all the time. This is…exciting.
Starting to believe this is a Genymotion issue. Trying a stock AVD
Confirmed. Fuck Genymotion.
./gradlew connectedCheck