-
Notifications
You must be signed in to change notification settings - Fork 14
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
Browse the repository at this point in the history
- Changed the `saveIER12TestInputData` to use provided locations instead of creating a brand new one every time. - Once the institutions/locations were no longer brand new every time there were conflicts with the SABC program code. The logic was adapted to allow reusing the programs for the same institution and the same SABC code instead of creating new programs every time (which will generate the conflict). - Added the scenario to allow multiple files to be generated from different institutions/locations. - _Should generate 2 IER12 files for locations from different institutions using distinct institution codes._ - Created `getUploadedFiles` to allow getting multiple uploaded files. The method `getUploadedFile` was kept for now to prevent further refactoring and also it can be used as a helper since most of the same we upload one file only. - Fix for a dynamic data assertion that was being treated as a constant which will make the E2E tests fail.
- Loading branch information
1 parent
e20534e
commit 4596c01
Showing
8 changed files
with
322 additions
and
59 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
287 changes: 251 additions & 36 deletions
287
...itution-integration/ier12-integration/_tests_/e2e/ier12-integration.scheduler.e2e-spec.ts
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters