From 8d6247bfe8357f0769ff7478e3533ed765006bae Mon Sep 17 00:00:00 2001 From: markiantorno Date: Tue, 24 May 2022 19:20:13 -0400 Subject: [PATCH] wip --- src/test/smoketest/SMOKE_TEST.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/test/smoketest/SMOKE_TEST.md b/src/test/smoketest/SMOKE_TEST.md index 577e685..3610e6f 100644 --- a/src/test/smoketest/SMOKE_TEST.md +++ b/src/test/smoketest/SMOKE_TEST.md @@ -44,7 +44,8 @@ Within IntelliJ, right click the file you wish to run tests in and select the `R **Important:** Tests may not work individually when run. Often times, tests need to be run sequentially, as they depend on resources/references from previous tests to complete. _(An example of this would be adding a Patient, saving the id, -then using that idea to test if we can successfully PATCH that Patient resource.)_ +then using that saved id to test if we can successfully PATCH that Patient resource. Without that saved id from the +previous test creating that patient, the PATCH test will fail.)_ [Link-HAPI-FHIR-docs]: https://hapifhir.io/hapi-fhir/docs/