You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
What steps will reproduce the problem?
1. Create in XML button like:
<Button
android:text="next"
android:textAllCaps="true" />
2. Create test onView(withText("NEXT")).perform(click())
What is the expected output? What do you see instead?
Test will fail, couldn't find proper view. It should be able to find this view
since on screen is button with text "NEXT". ViewMatcher should (?) check if
allCaps is in use.
What version of the product are you using? On what operating system?
Doesn't matter.
Please provide any additional information below.
Original issue reported on code.google.com by [email protected] on 19 May 2015 at 8:16
The text was updated successfully, but these errors were encountered:
Original issue reported on code.google.com by
[email protected]
on 19 May 2015 at 8:16The text was updated successfully, but these errors were encountered: