json-schema-form / angular-schema-form

Generate forms from a JSON schema, with AngularJS!
https://json-schema-form.github.io/angular-schema-form
MIT License
2.47k stars 653 forks source link

Fix Karma Unit Tests (support/0.x) #979

Closed rthaut closed 6 years ago

rthaut commented 6 years ago

Description

This PR fixes the Karma unit tests for the support/0.x branch. Specifically, the checks for the has-error and has-success classes were targeting the wrong DOM nodes.

Checklist

@json-schema-form/angular-schema-form-lead