Function Then_I_see_cookie_has_value

  • Then I see cookie has value:

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

    Assert cookie value has exact match.

    Parameters

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

    Returns void

    Then I see cookie "name" has value "value"
    

    With options:

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