Function Then_I_do_not_see_cookie

  • Then I do not see cookie:

    Then I do not see cookie {string}
    

    Assert cookie with name does not exist.

    Parameters

    • name: string
    • Optionaloptions: DataTable

    Returns void

    Then I do not see cookie "my-session-cookie"
    

    With options:

    Then I do not see cookie "my-session-cookie"
    | domain | example.com |
    | log | true |
    | timeout | 3000 |