enterTextIntoChargeAmountInputField: function()

in Pages/Deposits.js [215:217]


    enterTextIntoChargeAmountInputField: function(text) {
        chargeAmountInput1.click().clear().sendKeys(text);
    },