MCPcopy Index your code
hub / github.com/autoNumeric/autoNumeric / resetWindowErrorCount

Function resetWindowErrorCount

test/e2e/specs/autoNumeric.e2e.spec.js:3846–3848  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

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);

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected