()
| 3837 | */ |
| 3838 | // eslint-disable-next-line arrow-body-style |
| 3839 | const getWindowErrorCount = async () => { |
| 3840 | return await browser.execute(() => getWindowErrorCount()); |
| 3841 | }; |
| 3842 | |
| 3843 | /** |
| 3844 | * @returns {Promise<void>} |
no outgoing calls
no test coverage detected