enterTextIntoTermPeriodInputField: function()

in Pages/Deposits.js [134:136]


    enterTextIntoTermPeriodInputField: function(text) {
        termPeriodInput.click().sendKeys(text);
    },