selectRadioButtonMonth: function()

in Pages/Deposits.js [169:172]


    selectRadioButtonMonth: function(){
        browser.executeScript("arguments[0].scrollIntoView();", radioMonth.getWebElement());
        radioMonth.click();
    },