Skip to content

Commit 3aaad86

Browse files
committed
Adjust test scope
Signed-off-by: Connor Avery <[email protected]>
1 parent adf30e4 commit 3aaad86

File tree

2 files changed

+1
-5
lines changed

2 files changed

+1
-5
lines changed

features/pfp/view_prescriptions.feature

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -64,11 +64,6 @@ Feature: I can see my prescriptions
6464
When I set the statuses I will update through
6565
| Status |
6666
| With Pharmacy |
67-
| Ready to Collect |
68-
| Ready to Dispatch |
69-
| Not Dispensed |
70-
| Dispatched |
71-
| Collected |
7267
Then I process the status updates for the prescription items and verify they are returned
7368

7469
# This scenario requires changes to FHIR compliance endpoint to be able to validate PFP responses

features/steps/pfp_api_steps.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -188,6 +188,7 @@ def set_statuses_for_pfp(context):
188188
def process_status_updates_and_verify(context):
189189
# For each prescription ID in the scenario, update the status according to data table
190190
# Loop over all available statuses
191+
# DON'T COPY THIS -- It's crude for now until we come back to it.
191192
for status in context.statuses:
192193
print(f"Processing status update to {status} for all prescription IDs")
193194
context.execute_steps(

0 commit comments

Comments
 (0)