72741: Fix file upload to use section ID instead of 'upload'

This commit is contained in:
Yana De Pauw
2020-08-28 17:24:52 +02:00
parent 43ae3fc952
commit f222cd8b33
2 changed files with 2 additions and 2 deletions

View File

@@ -97,7 +97,7 @@ describe('SubmissionSectionUploadComponent test suite', () => {
},
errors: [],
header: 'submit.progressbar.describe.upload',
id: 'upload',
id: 'upload-id',
sectionType: SectionsType.Upload
};
submissionId = mockSubmissionId;