AutoGeneral / IridiumApplicationTesting

A&G Web Application Testing Suite
https://www.gitbook.com/book/autogeneral/iridiumapplicationtesting-gettingstartedguide/details
MIT License
20 stars 13 forks source link

When populating elements with input masks the first character is missing #69

Closed blahDL closed 7 years ago

blahDL commented 7 years ago

Date Of Birth has an input mask to format it as dd/mm/yyyy, when populating it with 01011980 (which should be formatted to 01/01/1980) the first character is missing (so it is entered as 10/11/980)

<setting name="DateOfBirthValue">01011980</setting>
And I populate the element found by alias "DateOfBirth" with alias "DateOfBirthValue"

Note: focusing the field first fixes the issue, but should not be necessary

mcasperson commented 7 years ago

This issue seems to be limited to fields with custom masking. The issue can also not be replicated in standard text boxes with standard html masks, so I'm going to close this as an issue limited to a custom UI widget.