Back to all steps

Check field value

Step fields
1 selector (text)
2 expected value (text)
In a scenario, fields are joined with |.
Assert that an input field has the expected value. Format: selector|value.
Example: input[name=email]|test@example.com
Usage example

Check that an input field holds exactly the expected value.

Format: selector|value

Example: input[name=email]|test@example.com