description |
---|
Learn how to use the I.filled command to validate form or field inputs in your UIlicious test. |
Asserts that the form is filled with a specific value
I.filled(field, value)
Parameters
Parameter | Type | Remarks |
---|---|---|
field | string | Keyword to identify the field. |
value | string | Value that the field is expected to have |