ButtonRectangle espresso click action
Author: jaydp17Created Feb 13, 2015Updated Feb 25, 2019
ButtonRectangle doesn't get clicked when using espresso.
onView(withId(R.id.enterBtn)).perform(click());Here's what happens

It stays like that, and test times out
Source: navasmdc/MaterialDesignLibrary