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

Try to type in different supported language #124

Closed
gran33 opened this issue May 11, 2017 · 3 comments
Closed

Try to type in different supported language #124

gran33 opened this issue May 11, 2017 · 3 comments

Comments

@gran33
Copy link

gran33 commented May 11, 2017

Hi,
I have 2 languages installed in the simulator.

  1. I focus on text input and the keyboard popup with language 1

  2. I try to type await element(by.id('MyTextInput')).typeText(<ANY_LANGUAGE_2_TEXT>

  3. Test failed since detox failed to find the letter in the presented keyboard since the keyboard present language 1 letters

Can Detox switch languages if the input is supported language?

Thanks in advance.

@rotemmiz
Copy link
Member

typeText types on the virtual keyboard.
replaceText will paste any string to your text field.

@gran33
Copy link
Author

gran33 commented May 11, 2017

Thanks @rotemmiz.
I need to type, I have text input that react to any text changes and I check that.

Thanks again!

@LeoNatan
Copy link
Contributor

LeoNatan commented Jun 6, 2017

This is a known Earl Grey issue: google/EarlGrey#31

@LeoNatan LeoNatan closed this as completed Jun 6, 2017
@wix wix locked and limited conversation to collaborators Jul 23, 2018
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants