ahsing / android-test-kit

Automatically exported from code.google.com/p/android-test-kit
0 stars 0 forks source link

<Enhancement> Add support for DatePicker objects #43

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Create and Activity with a DatePicker
2. Go to said activity and Check through DDMS the selectable views 
3. I am unable to select an individual day for selection and espresso is unable 
to pick up the dates via onView(withText(dayAsString)).perform(click());

What is the expected output? What do you see instead?
I would expect to be able to select an individual date either via an ID or a 
text value.

What version of the product are you using? On what operating system?
Espresso Version 1.1; Mac OSX

Please provide any additional information below.

Original issue reported on code.google.com by fooqo...@gmail.com on 14 Jan 2014 at 11:12

GoogleCodeExporter commented 9 years ago

Original comment by vale...@google.com on 7 May 2014 at 7:08

GoogleCodeExporter commented 9 years ago
Fixed in Espresso 2.0

Original comment by vale...@google.com on 20 Dec 2014 at 4:33