enterTextIntoInterestInputField: function()

in Pages/Deposits.js [123:125]


    enterTextIntoInterestInputField: function(text) {
        interestInput.click().clear().sendKeys(text);
    },