calabash / calabash-ios

Calabash for iOS
Other
1.81k stars 368 forks source link

Keyboard did not appear when I try to execute enter_text method #1416

Open penknife opened 4 years ago

penknife commented 4 years ago

Xcode 11.0 'calabash-cucumber', '=0.21.10' run_loop (4.4.1) iOS 13 Simulator: iPad Air (3rd generation) (13.0) When I execute method enter_text(some uiquery, text) Keyboard did not appear Manually tapping on field I see keyboard on simulator. On ios 12 everythings are work as expected

jmoody commented 4 years ago

Try decomposing the enter_text to it component gestures:

  1. touch the text field
  2. wait for the keyboard
  3. enter the text

Where does the failure occur?