calabash / calabash-android

Automated Functional testing for Android using cucumber
Other
1.68k stars 617 forks source link

Touches on list item in AlertDialog works intermittently #920

Open ShivamPokhriyal opened 4 years ago

ShivamPokhriyal commented 4 years ago

calabash-android: 0.8.2 Device: Redmi-Note 4 Android OS: 7.0

Issue I've a AlertDialog which contains a list of buttons and I execute this command :

Then I touch the "Name" text

But this doesn't work all the time. I enabled the show touches and it seems like sometimes the touch is at the extreme end of button and sometimes, there is no touch at all. The project is open source and you can reproduce the issue here https://github.com/dimagi/commcare-ui-tests/blob/master/features/list_sort.feature. It happens maybe 1 out of 4 times.