Checks that title contains text.

```js
I.seeInTitle('Home Page');
```

@param {string} text text value to check.
[!] returns a _promise_ which is synchronized internally by recorder