Skip to content

Update robotframework-seleniumlibrary to 3.141.59.26535 #1166

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

Closed
php-coder opened this issue Dec 18, 2019 · 2 comments
Closed

Update robotframework-seleniumlibrary to 3.141.59.26535 #1166

php-coder opened this issue Dec 18, 2019 · 2 comments
Assignees
Labels
ADR/needed A decision has been made and it needs to be documented area/integration tests kind/dependency-update Update one of dependencies
Milestone

Comments

@php-coder
Copy link
Owner

See https://github.com/Hi-Fi/robotframework-seleniumlibrary-java/releases/tag/3.141.59.26535

@php-coder
Copy link
Owner Author

Will be resolved with update:

# FIXME: use "Table Footer Should Contain" instead, when it will be fixed.
# See https://github.com/Hi-Fi/robotframework-seleniumlibrary-java/issues/88
Table Header Should Contain collection-estimation 100.00 ${expectedCurrency}

@php-coder
Copy link
Owner Author

This one also should go:

# Workaround for "Textfield Value Should Be" that causes NPE with <input type="url">:
# https://github.com/Hi-Fi/robotframework-seleniumlibrary-java/issues/52
Urlfield Value Should Be
[Documentation] Verifies text field locator has exactly text expected
[Arguments] ${locator} ${expected}
${value}= Get Value ${locator}
Should Be Equal ${expected} ${value}
# Workaround for "Textfield Value Should Be" that causes NPE with <input type="email">:
# https://github.com/Hi-Fi/robotframework-seleniumlibrary-java/issues/52
Emailfield Value Should Be
[Documentation] Verifies text field locator has exactly text expected
[Arguments] ${locator} ${expected}
${value}= Get Value ${locator}
Should Be Equal ${expected} ${value}

@php-coder php-coder self-assigned this Jan 20, 2020
@php-coder php-coder added this to the 0.4.3 milestone Jan 20, 2020
@php-coder php-coder added the ADR/needed A decision has been made and it needs to be documented label Feb 9, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
ADR/needed A decision has been made and it needs to be documented area/integration tests kind/dependency-update Update one of dependencies
Projects
None yet
Development

No branches or pull requests

1 participant