@@ -201,22 +201,22 @@ Feature: Search the immunization of a patient
201201 @Delete_cleanUp @vaccine_type_FLU @patient_id_Random @supplier_name_Postman_Auth
202202 Scenario : Flu event is created and search post request fetch the only one record matched with identifier
203203 Given I have created a valid vaccination record
204- When Send a search request with Post method using identifier parameter for Immunization event created
204+ When I send a search request with Post method using identifier parameter for Immunization event created
205205 Then The request will be successful with the status code '200'
206206 And correct immunization event is returned in the response
207207
208208 @smoke
209209 @Delete_cleanUp @vaccine_type_FLU @patient_id_NullNHS @supplier_name_Postman_Auth
210210 Scenario : Search by Identifier (POST) is successful when patient does not have an NHS Number recorded
211211 Given I have created a valid vaccination record
212- When Send a search request with Post method using identifier parameter for Immunization event created
212+ When I send a search request with Post method using identifier parameter for Immunization event created
213213 Then The request will be successful with the status code '200'
214214 And correct immunization event is returned in the response
215215
216216 @Delete_cleanUp @vaccine_type_FLU @patient_id_Random @supplier_name_Postman_Auth
217217 Scenario : Flu event is created and search post request fetch the only one record matched with identifier and _elements
218218 Given I have created a valid vaccination record
219- When Send a search request with Post method using identifier and _elements parameters for Immunization event created
219+ When I send a search request with Post method using identifier and _elements parameters for Immunization event created
220220 Then The request will be successful with the status code '200'
221221 And correct immunization event is returned in the response with only specified elements
222222
@@ -225,7 +225,7 @@ Feature: Search the immunization of a patient
225225 Scenario : Flu event is created and search post request fetch the only one record matched with identifier with correct version id
226226 Given I have created a valid vaccination record
227227 And created event is being updated twice
228- When Send a search request with Post method using identifier parameter for Immunization event created
228+ When I send a search request with Post method using identifier parameter for Immunization event created
229229 Then The request will be successful with the status code '200'
230230 And correct immunization event is returned in the response
231231
@@ -234,13 +234,13 @@ Feature: Search the immunization of a patient
234234 Scenario : Flu event is created and search post request fetch the only one record matched with identifier and _elements with correct version id
235235 Given I have created a valid vaccination record
236236 And created event is being updated twice
237- When Send a search request with Post method using identifier and _elements parameters for Immunization event created
237+ When I send a search request with Post method using identifier and _elements parameters for Immunization event created
238238 Then The request will be successful with the status code '200'
239239 And correct immunization event is returned in the response with only specified elements
240240
241241 @smoke
242242 @vaccine_type_4IN1 @patient_id_Random @supplier_name_Postman_Auth
243243 Scenario : Empty search response will be received when no record is found for the given identifier in search request
244- When Send a search request with post method using invalid identifier header for Immunization event created
244+ When I send a search request with Post method using an invalid identifier header for Immunization event created
245245 Then The request will be successful with the status code '200'
246246 And Empty immunization event is returned in the response
0 commit comments