-
Notifications
You must be signed in to change notification settings - Fork 676
Fix typeText replacing issue (fix #5921) #5942
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
Conversation
❌ Tests for the commit f519c1e have failed. See details: |
❌ Tests for the commit 8af5c1d have failed. See details: |
Thank you for the contribution to the TestCafe. At present, we have an issue with Travis CI and I will reopen this PR to force Travis CI's task. We will merge your PR as soon as the tests become green. |
❌ Tests for the commit 8af5c1d have failed. See details: |
All tests are green (except Travis) #5942 (comment) |
Thank you all for helping! |
[Chris-Greaves](https://github.com/Chris-Greaves) Add ability to specify Testcafe Configuration Path #6035 [NiavlysB](https://github.com/NiavlysB) Fix missing dependencies #5872 [rueyaa332266](https://github.com/rueyaa332266) Fix typeText replacing issue #5942
[Chris-Greaves](https://github.com/Chris-Greaves) Add ability to specify Testcafe Configuration Path DevExpress#6035 [NiavlysB](https://github.com/NiavlysB) Fix missing dependencies DevExpress#5872 [rueyaa332266](https://github.com/rueyaa332266) Fix typeText replacing issue DevExpress#5942
[Chris-Greaves](https://github.com/Chris-Greaves) Add ability to specify Testcafe Configuration Path DevExpress#6035 [NiavlysB](https://github.com/NiavlysB) Fix missing dependencies DevExpress#5872 [rueyaa332266](https://github.com/rueyaa332266) Fix typeText replacing issue DevExpress#5942
[Chris-Greaves](https://github.com/Chris-Greaves) Add ability to specify Testcafe Configuration Path #6035 [NiavlysB](https://github.com/NiavlysB) Fix missing dependencies #5872 [rueyaa332266](https://github.com/rueyaa332266) Fix typeText replacing issue #5942
Purpose
Fix the issue in tyepText that it doesn't replace the old value when the old value fits input maxlength.
Approach
Following the support from @AlexKamaev in #5921
By fixing if condition which compare the maxlength with element value.
References
#5921
Pre-Merge TODO