Validate Form Input

I.filled

Asserts that the form is filled with a specific value

Usage

I.filled(field, value)

Parameters

ParameterTypeRemarks
fieldstring

Keyword to identify the field.
The associated label, placeholder, adjacent text, and name can be used to identify a field.
CSS selectors can also be used, but is not recommended as it makes the tests harder to keep up to date.

valuestringValue that the field is expected to have

Last Updated: