verifyRadioSavingsIsSelected: function()

in Pages/Deposits.js [84:86]


    verifyRadioSavingsIsSelected: function(element){
        expect(radioSavings.getAttribute('class')).toMatch('mat-radio-checked')
    },