()
| 3844 | * @returns {Promise<void>} |
| 3845 | */ |
| 3846 | const resetWindowErrorCount = async () => { |
| 3847 | await browser.execute(() => { resetWindowErrorCount(); }); |
| 3848 | }; |
| 3849 | |
| 3850 | it('should not corrupt rawValue on pasting values over the partially selected input texts (issue #670)', async () => { |
| 3851 | const inputClassic = await $(selectors.inputClassic); |
no outgoing calls
no test coverage detected