carri747
carri747
### Have you read the Contributing Guidelines on issues? - [X] I have read the [Contributing Guidelines on issues](https://github.com/webdriverio/webdriverio/blob/main/CONTRIBUTING.md#reporting-new-issues). ### WebdriverIO Version 8.22.0 ### Node.js Version 18.15.0 ### Mode Standalone...
Hi It seems like the option ignoreCase is not working for the toHaveText() assertion method, when I include the option expect.stringContaining(); Given this assertion: `await expect(headerTitle).toHaveText(expect.stringContaining(name), { ignoreCase: true, asString:...