Link

“__” should not have the following options selected:

Verifies that a select list has exactly the specified options unselected.

Pattern

^"([^"]*)" should not have (?:|the )following options selected:$

Parameters

Position Description Value Type Restrictions
1 select field id/name/label/selector Must refer to a select field.

Data Table Columns

Column Position Description Value Type Restrictions
1 option text string/variables  

Examples

Then "Pizza Toppings" should not have the following options selected:
    | pepperonis   |
    | bell peppers |
    | onions       |
    | hamburger    |
    | black olives |
And "Condiments" should not have following options selected:
    | Italian seasoning           |
    | Garlic butter dipping sauce |
    | Ranch dressing              |
    | Marinara sauce              |