mirror of
https://github.com/DSpace/dspace-angular.git
synced 2025-10-15 05:53:03 +00:00
fixed tests for demo
This commit is contained in:
@@ -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
|
||||
}
|
||||
),
|
||||
];
|
||||
|
Reference in New Issue
Block a user