Skip to content

Commit

Permalink
[new_profile] Test plan update (#9142)
Browse files Browse the repository at this point in the history
This updates the test plan of the new_profile module. The test plan now specifies that all fields on the form should be filled out in order for the form to be valid with one exception: if you have useEDC turned on you can get away with not entering the DoB.

Fixes #9141
  • Loading branch information
nicolasbrossard authored Mar 26, 2024
1 parent 6664a0a commit c785f09
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion modules/new_profile/test/TestPlan.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,9 @@
[Manual Testing]
3. Ensure that you get an error if dates don't match (both DoB and EDC).
[Automation Testing]
4. Ensure that you get an error if any field is missing.
4. Ensure that you get an error if any field is missing and you have config setting
useEDC turned off. If you have useEDC turned on, ensure all fields are required,
except the DoB, which is optional in that case.
[Manual Testing]
5. Ensure that when the logged-in user has only 1 site affiliation, the site
dropdown shows only one site and it is already selected.
Expand Down

0 comments on commit c785f09

Please # to comment.