fixed tests for demo

This commit is contained in:
lotte
2019-09-18 10:40:48 +02:00
parent 11ad52c120
commit 44228c3839
3 changed files with 3 additions and 3 deletions

View File

@@ -251,7 +251,7 @@ describe('FormBuilderService test suite', () => {
new DynamicLookupNameModel({id: 'testLookupName', workspaceItem: new WorkspaceItem(), repeatable: false}),
new DynamicQualdropModel({id: 'testCombobox', readOnly: false}),
new DynamicQualdropModel({id: 'testCombobox', readOnly: false, required: false}),
new DynamicRowArrayModel(
{
@@ -263,6 +263,7 @@ describe('FormBuilderService test suite', () => {
new DynamicInputModel({id: 'testFormRowArrayGroupInput'})
];
},
required: false
}
),
];