verifyRadioCheckingIsSelected: function()

in Pages/Deposits.js [81:83]


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