Hi there!
I noticed some discrepancies with the code documentation online and the NPM package.
The web documentation says waitForVisible method returns a promise and the source file is an async method.
However, the types.d.ts file (from the NPM package) says it is a void method.
Is it a bug in .d.ts file ?

Details
- CodeceptJS version: 3.2.3
- NodeJS Version: v16.13.1
- Operating System: Windows 10