Checks that text is equal to provided one.

```js
I.seeTextEquals('text', 'h1');
```

@param {string} text element value to check.
@param {CodeceptJS.LocatorOrString?} [context=null]  element located by CSS|XPath|strict locator.
[!] returns a _promise_ which is synchronized internally by recorder