verifyRadioAnnuallyIsSelected: function()

in Pages/Deposits.js [116:118]


    verifyRadioAnnuallyIsSelected: function(){
        expect(radioAnnually.getAttribute('class')).toMatch('mat-radio-checked');
    },