Baike.dev
All toolsAI codingTrendingOpen sourceNewsSubmit
Log in
Back to tool/Back to issues
#158·MaterialDesignLibrary

ButtonRectangle espresso click action

Author: jaydp17Created Feb 13, 2015Updated Feb 25, 2019

ButtonRectangle doesn't get clicked when using espresso.

java
onView(withId(R.id.enterBtn)).perform(click());

Here's what happens screenshot_2015-02-13-15-46-37 01

It stays like that, and test times out

Source: navasmdc/MaterialDesignLibrary

View original on GitHubView discussion on GitHub