“__” should not contain “__”
Verifies that the specified field does not contain the provided value.
Pattern
^"([^"]*)" should not 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 not contain "Denied"