osama-raddad/android-test-kit

Unable to switch on EditText overflowed by auto-complete view

Closed this issue · 1 comments

What steps will reproduce the problem?
1. Create layout with 2 fields: AutoCompleteTextView and EditText
2. Type text in AutoCompleteTextView with auto-complete view appearing (It's 
not hided automatically after text input completed)
3. Switch on EditText field using "onView" and type text.

What is the expected output? What do you see instead?
Trying to "click" on EditText espresso clicked on auto-complete view, which 
overlaid EditText. Input field didn't switch and both texts will have inputed 
in first field.

What version of the product are you using? On what operating system?
Espresso 2.0, android 4.4.2


Original issue reported on code.google.com by alexey.p...@gmail.com on 10 Feb 2015 at 12:08

Please try using onView(...).inWindow(...) to target the window you want to 
work with.

Original comment by vale...@google.com on 16 Mar 2015 at 7:20

  • Changed state: Invalid