Administrator verifications have now been moved within the Test Bed. The new implementation is based on the "admin interactions" feature that was added as part of release 1.22.0.
Received POSTs when testing the FHIR client scenario can now be handled regardless of when they are made. As long as a test session is active, received POSTs that don't correspond to a "receive" step will be parked to recheck in the future. The problem we had with the previous implementation was that if users would leave the information popup open in the test session and make the expected call, the call would be ignored until the popup was closed.
I have updated all resources related to this, including the test suite and test service app's source. I also regenerated the export archives that are used to initialise the Test Bed upon initial setup.
If applying to an existing Test Bed installation you would need to:
Import the export.zip archive via the UI. This will create and update all data as needed.
Rebuild and restart the fhir-test-services component to apply the latest updates.
This PR addresses two points:
I have updated all resources related to this, including the test suite and test service app's source. I also regenerated the export archives that are used to initialise the Test Bed upon initial setup.
If applying to an existing Test Bed installation you would need to:
export.zip
archive via the UI. This will create and update all data as needed.fhir-test-services
component to apply the latest updates.In terms of open issues, this PR resolves #6.