enterTextIntoShortNameInputField: function()

in Pages/Deposits.js [99:102]


    enterTextIntoShortNameInputField: function(text) {
        browser.wait(EC.elementToBeClickable(shortNameInput), 5000);
        shortNameInput.click().sendKeys(text);
    },