diff --git a/test/services/schema-form-test.js b/test/services/schema-form-test.js index 2e604c021..190a64034 100644 --- a/test/services/schema-form-test.js +++ b/test/services/schema-form-test.js @@ -138,6 +138,9 @@ describe('schemaForm', function() { }, "ngModelOptions": {}, "type": "fieldset", + "key": [ + "attributes" + ], "items": [ { "title": "Eye color", @@ -182,6 +185,10 @@ describe('schemaForm', function() { }, "ngModelOptions": {}, "type": "fieldset", + "key": [ + "attributes", + "shoulders" + ], "items": [ { "title": "left",