Skip to content

Commit e1d316a

Browse files
updates step name
1 parent b50eb59 commit e1d316a

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

features/cpt_api/search_for_patients.feature

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

features/steps/cpts_api_steps.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,8 @@ def verify_both_identifier_error(context):
3939

4040
@when("I request the list of patients")
4141
def 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"

0 commit comments

Comments
 (0)