crain commented on issue #12: Fixing the issue FINCN-101:Group Definition Minimum and Maximum Numbe… URL: https://github.com/apache/fineract-cn-fims-web-app/pull/12#issuecomment-510483296 If you add --sm=false to the test script in package.json like: `"test": "ng test --single-run --sm=false"` It will run through and show you the correct error messages. I see the following: > ERROR: 'ERROR', TypeError: Cannot read property 'nativeElement' of undefined TypeError: Cannot read property 'nativeElement' of undefined at MatSelect._onFadeInDone (webpack:///./node_modules/@angular/material/esm5/select.es5.js?:778:20) at Object.eval [as handleEvent] (ng:///MatSelectModule/MatSelect.ngfactory.js:70:27) at handleEvent (webpack:///./node_modules/@angular/core/@angular/core.es5.js?:12198:138) at callWithDebugContext (webpack:///./node_modules/@angular/core/@angular/core.es5.js?:13667:42) at Object.debugHandleEvent [as handleEvent] (webpack:///./node_modules/@angular/core/@angular/core.es5.js?:13255:12) at dispatchEvent (webpack:///./node_modules/@angular/core/@angular/core.es5.js?:8814:21) at eval (webpack:///./node_modules/@angular/core/@angular/core.es5.js?:9428:20) at eval (webpack:///./node_modules/@angular/platform-browser/@angular/platform-browser/animations.es5.js?:303:25) at Array.forEach (<anonymous>) Why sm=false? See here https://github.com/angular/angular-cli/issues/7296 Unfortunately the test is green altough its clearly showing an error and I can't see on which test its failing. May be you could debug a bit further?
---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services
