MCPcopy
hub / github.com/autoNumeric/autoNumeric / setAutonumericValue

Function setAutonumericValue

test/e2e/specs/autoNumeric.e2e.spec.js:4487–4492  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

4485 };
4486
4487 const setAutonumericValue = async newValue => {
4488 await browser.execute((domId, newValue) => {
4489 const numEdit = AutoNumeric.getAutoNumericElement(domId);
4490 numEdit.set(newValue);
4491 }, selectors.issue808, newValue);
4492 };
4493
4494 it('should test for default values', async () => {
4495 await browser.url(testUrl);

Callers 1

Calls 2

getAutoNumericElementMethod · 0.80
setMethod · 0.80

Tested by

no test coverage detected