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

typing "wasn\\'t" when uia strategy is :preferences causes the tests hang indefinitely #617

Closed
jmoody opened this issue Nov 19, 2014 · 1 comment
Assignees
Labels

Comments

@jmoody
Copy link
Contributor

jmoody commented Nov 19, 2014

Xcode 6.0.1, Xcode 6.1, Xcode 6.1.1

Using the develop branches of the toolchain: calabash-cucumber, run-loop, and calabash-ios-server.

Any iOS, simulator or device.

Reproduce

1. Launch an app with a text field from the console.
> start_test_server_in_background({:uia_strategy => :preferences})
2. Type a string with a single quote.
> keyboard_enter_text "wasn\\'t"
> keyboard_enter_text(escape_quotes("wasn't"))

Expected

To see wasn't was typed.

Found

There are multiple attempts to type the string and then test hangs indefinitely.

Related

@krukow
Copy link
Contributor

krukow commented Nov 29, 2014

Should be fixed in 0.11.5.pre3 - #630

Please reopen if you see fit.

@krukow krukow closed this as completed Nov 29, 2014
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants