Fix tests

This commit is contained in:
Giuseppe Digilio
2021-05-17 19:28:01 +02:00
parent 4d12236930
commit ac7c038703
14 changed files with 340 additions and 105 deletions

View File

@@ -238,9 +238,10 @@ describe('submissionReducer test suite', () => {
collapsed: false,
enabled: true,
data: {},
errors: [],
errorsToShow: [],
serverValidationErrors: [],
isLoading: false,
isValid: false
isValid: true
} as any;
let action: any = new InitSubmissionFormAction(collectionId, submissionId, selfUrl, submissionDefinition, {}, new Item(), null);