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.
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 :
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.