enterTextIntoNameInputField: function()

in Pages/Deposits.js [107:109]


    enterTextIntoNameInputField: function(text) {
        nameInput.click().sendKeys(text);
    },