verifyRadioShareIsSelected: function()

in Pages/Deposits.js [87:89]


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