in Pages/Deposits.js [119:122]
verifyCheckboxFlexibleInterestNotChecked: function(){
//expect(checkboxFlexibleInterest.getAttribute('class')).toNotMatch('mat-checkbox-checked');
browser.wait(EC.not(EC.elementToBeSelected(checkboxFlexibleInterest)), 3000);
},