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

Item waits fail in Python 2 when locator contains non-ascii characters #153

Closed
eeter opened this issue Aug 6, 2019 · 1 comment · Fixed by #155
Closed

Item waits fail in Python 2 when locator contains non-ascii characters #153

eeter opened this issue Aug 6, 2019 · 1 comment · Fixed by #155
Assignees
Labels
Milestone

Comments

@eeter
Copy link
Contributor

eeter commented Aug 6, 2019

Wait Until Item Exists and Wait Until Item Does Not Exist fail when locator contains non-ascii characters.

    Wait Until Item Exists    text:Fäst alert occurred    2 seconds

UnicodeEncodeError: 'ascii' codec can't encode character u'\xe4' in position 6: ordinal not in range(128)

Occurs with Python 2.7.

@eeter eeter added the bug label Aug 6, 2019
@eeter eeter added this to the v1.6.0 milestone Aug 6, 2019
@eeter eeter self-assigned this Aug 6, 2019
@eeter
Copy link
Contributor Author

eeter commented Aug 6, 2019

Include tests with non-ascii characters.

@eeter eeter changed the title Item waits fail in Python 2 when locator contains ascii characters Item waits fail in Python 2 when locator contains non-ascii characters Aug 6, 2019
@eeter eeter closed this as completed in #155 Aug 8, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant