[TLC-254] Updating references in tests to reflect row array model changes

This commit is contained in:
Kim Shepherd
2022-02-17 14:35:44 +13:00
parent be7f21eb32
commit 61d64d5e5e
3 changed files with 8 additions and 4 deletions

View File

@@ -814,7 +814,9 @@ describe('SectionFormOperationsService test suite', () => {
required: false,
metadataKey: 'dc.contributor.author',
metadataFields: ['dc.contributor.author'],
hasSelectableMetadata: true
hasSelectableMetadata: true,
showButtons: true,
typeBindRelations: []
}
);
spyOn(serviceAsAny, 'getFieldPathSegmentedFromChangeEvent').and.returnValue('path');