enterTextIntoCashAccountInputField: function()

in Pages/Deposits.js [177:180]


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