Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

withText doesn't find views with textAllCaps attribute used #155

Open
GoogleCodeExporter opened this issue Jun 4, 2015 · 0 comments
Open

Comments

@GoogleCodeExporter
Copy link

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 novemberox@gmail.com on 19 May 2015 at 8:16

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant