File tree Expand file tree Collapse file tree 2 files changed +3
-1
lines changed
Expand file tree Collapse file tree 2 files changed +3
-1
lines changed Original file line number Diff line number Diff line change @@ -5,6 +5,6 @@ Feature: Users are able to get patients from CPTS-FHIR
55 @search_for_patients
66 Scenario Outline : I can search for a list of patients
77 Given I am an authorised prescriber with CPTS-FHIR app
8- When I request the list of patients using the <Identifier>
8+ When I request the list of patients
99 Then the response indicates a success
1010 And I can see the list of patients
Original file line number Diff line number Diff line change @@ -39,6 +39,8 @@ def verify_both_identifier_error(context):
3939
4040@when ("I request the list of patients" )
4141def request_patient_list (context ):
42+ # Example data sourced from
43+ # https://digital.nhs.uk/developer/api-catalogue/personal-demographics-service-fhir/pds-fhir-api-test-data
4244 context .family_name = "CHISLETT"
4345 context .date_of_birth = "2008-09-20"
4446 context .postcode = "KT19 0ST"
You can’t perform that action at this time.
0 commit comments