Link

“__” should contain “__”

Verifies that the specified field contains the provided value.

Pattern

^"([^"]*)" should contain "([^"]*)"$

Parameters

Position Description Value Type Restrictions
1 field field id/name/label/selector Must refer to a text-based field.
2 value string/variables  

Examples

Then "Approval Status" should contain "Approved"