-
Notifications
You must be signed in to change notification settings - Fork 128
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
99306 Copy changes and conditional updates - form 10-7959c (#33738)
* updated missingfileoverview to properly catch name field * updated e2e tests * added updateSchema for applicantEmail * copy changes
- Loading branch information
1 parent
c8d41c0
commit e3e92a0
Showing
12 changed files
with
30 additions
and
7 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
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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -73,6 +73,7 @@ | |
], | ||
"consentToMailMissingRequiredFiles": true, | ||
"certifierRole": "other", | ||
"certifierEmail": "[email protected]", | ||
"signature": "Certifier Jones" | ||
} | ||
} |
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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -21,6 +21,7 @@ | |
"suffix": "III" | ||
}, | ||
"certifierRole": "other", | ||
"certifierEmail": "[email protected]", | ||
"signature": "Certifier Jones" | ||
} | ||
} |
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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -60,6 +60,7 @@ | |
], | ||
"consentToMailMissingRequiredFiles": true, | ||
"certifierRole": "other", | ||
"certifierEmail": "[email protected]", | ||
"signature": "Certifier Jones" | ||
} | ||
} |
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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -38,6 +38,7 @@ | |
], | ||
"consentToMailMissingRequiredFiles": true, | ||
"certifierRole": "other", | ||
"certifierEmail": "[email protected]", | ||
"signature": "Certifier Jones" | ||
} | ||
} |
1 change: 1 addition & 0 deletions
1
src/applications/ivc-champva/10-7959C/tests/e2e/fixtures/data/single-upload.json
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,6 @@ | ||
{ | ||
"certifierRole": "applicant", | ||
"certifierEmail": "[email protected]", | ||
"primaryInsuranceCard": [ | ||
{ | ||
"name": "example_upload.png", | ||
|
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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -48,6 +48,7 @@ | |
"secondaryMedigapPlan": "M", | ||
"secondaryAdditionalComments": "Additional secondary comment", | ||
"certifierRole": "other", | ||
"certifierEmail": "[email protected]", | ||
"signature": "Certifier Jones", | ||
"consentToMailMissingRequiredFiles": true | ||
} | ||
|
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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -30,6 +30,7 @@ | |
}, | ||
"consentToMailMissingRequiredFiles": true, | ||
"certifierRole": "other", | ||
"certifierEmail": "[email protected]", | ||
"signature": "Certifier Jones" | ||
} | ||
} |
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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -39,6 +39,7 @@ | |
"primaryAdditionalComments": "Additional primary comment", | ||
"consentToMailMissingRequiredFiles": true, | ||
"certifierRole": "other", | ||
"certifierEmail": "[email protected]", | ||
"signature": "Certifier Jones" | ||
} | ||
} |
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