cypress-cucumber-steps
    Preparing search index...

    Function Then_I_see_cookie

    • Then I see cookie:

      Then I see cookie {string}
      

      Assert cookie with name exists.

      Parameters

      • name: string
      • Optionaloptions: DataTable

      Returns void

      Then I see cookie "my-session-cookie"
      

      With options:

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