You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
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
Expected
To see
wasn't
was typed.Found
There are multiple attempts to type the string and then test hangs indefinitely.
Related
The text was updated successfully, but these errors were encountered: