Validate Form Input
I.filled
Asserts that the form is filled with a specific value
Usage
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 |
