enterTextIntoSecondChargeAmountInputField: function()

in Pages/Deposits.js [218:221]


    enterTextIntoSecondChargeAmountInputField: function(text) {
        browser.executeScript("arguments[0].scrollIntoView();", chargeAmountInput2.getWebElement());
        chargeAmountInput2.click().clear().sendKeys(text);
    },