[iOS] Double dash in input field crash fix#20584
Conversation
|
Hey there @kubaflo! Thank you so much for your PR! Someone from the team will get assigned to your PR shortly and we'll get it reviewed. |
| using UITest.Appium; | ||
| using UITest.Core; | ||
|
|
||
| namespace Microsoft.Maui.AppiumTests.Issues |
There was a problem hiding this comment.
file-scoped namespace might be better
|
/rebase |
0fafc87 to
2be5aad
Compare
jsuarezruiz
left a comment
There was a problem hiding this comment.
Could you take a look to the failing tests? Let me know, If you want me to check them myself.
|
Hi @kubaflo. We have added the "s/pr-needs-author-input" label to this issue, which indicates that we have an open question/action for you before we can take further action. This PRwill be closed automatically in 14 days if we do not hear back from you by then - please feel free to re-open it if you come back to this PR after that time. |
2be5aad to
4059c37
Compare
|
@jsuarezruiz Sorry for the late response - I was pretty busy lately :) |
Don't worry, thanks for all your contributions. That test are passing now. |
|
/azp run MAUI-UITests-public |
|
Azure Pipelines successfully started running 1 pipeline(s). |


Description of Change
Using the length of the text based on the value from the iOS's text input rather than a control. It is because of the system's autocorrection that converts some combinations of characters into other symbols.
Issues Fixed
Fixes #20439
Fixes #19954
Fixes #15937
crash.mov
fixed.mov