Function Then_I_see_cookie_contains_value

  • Then I see cookie contains value:

    Then I see cookie {string} contains value {string}
    

    Assert cookie value has partial match.

    Parameters

    • name: string
    • value: string
    • Optionaloptions: DataTable

    Returns void

    Then I see cookie "name" contains value "value"
    

    With options:

    Then I see cookie "name" contains value "value"
    | domain | example.com |
    | log | true |
    | timeout | 3000 |