inferno-framework / davinci-pas-test-kit

Inferno Test Kit for the Da Vinci Prior Authorization Support IG
Apache License 2.0
0 stars 0 forks source link

resume for pended workflow is not session specific #13

Closed karlnaden closed 1 month ago

karlnaden commented 1 month ago

The link to continue the pended workflow test for the PAS server tests uses a wait that looks for a generic request that is not specific to the session (see https://github.com/inferno-framework/davinci-pas-test-kit/blob/main/lib/davinci_pas_test_kit/custom_groups/v2.0.1/notification/pas_subscription_notification_test.rb#L20). This means that two concurrent testers could disrupt each other's sessions.

This should be updated to include information specific to the session.