Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
penknife opened this issue Oct 4, 2019 · 1 comment
Open

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

penknife opened this issue Oct 4, 2019 · 1 comment

Comments

@penknife
Copy link

penknife commented Oct 4, 2019

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
Copy link
Contributor

jmoody commented Oct 15, 2019

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?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants