MCPcopy
hub / github.com/autoNumeric/autoNumeric / resetInputDetector

Function resetInputDetector

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

Source from the content-addressed store, hash-verified

4477
4478describe('Issue #808', () => {
4479 const resetInputDetector = async () => {
4480 await browser.execute(domId => {
4481 const input = document.querySelector(domId);
4482 input.value = '0';
4483 issue808InputCount = 0;
4484 }, selectors.issue808InputDetector);
4485 };
4486
4487 const setAutonumericValue = async newValue => {
4488 await browser.execute((domId, newValue) => {

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected