Checks that cookie with given name exists.

```js
I.seeCookie('Auth');
```

@param {string} name cookie name.
