diff --git a/features/eps_fhir/validator.feature b/features/eps_fhir/validator.feature index 0ea94851..087b4675 100644 --- a/features/eps_fhir/validator.feature +++ b/features/eps_fhir/validator.feature @@ -29,35 +29,30 @@ Feature: I can call the validator endpoint And the validator response has many error issue And the validator response has error with diagnostic containing Failed to parse JSON encoded FHIR content - @skip Scenario: I can call the validator endpoint with missing dosage instructions message Given I am an authorised prescriber with EPS-FHIR app When I make a request with file missing_dosage_instructions/request.json to the eps_fhir validator endpoint Then the response indicates a bad request And the validator response matches missing_dosage_instructions/response.json - @skip Scenario: I can call the validator endpoint with missing dispense request quantity message Given I am an authorised prescriber with EPS-FHIR app When I make a request with file missing_dispense_request_quantity/request.json to the eps_fhir validator endpoint Then the response indicates a bad request And the validator response matches missing_dispense_request_quantity/response.json - @skip Scenario: I can call the validator endpoint with missing medication message Given I am an authorised prescriber with EPS-FHIR app When I make a request with file missing_medication/request.json to the eps_fhir validator endpoint Then the response indicates a bad request And the validator response matches missing_medication/response.json - @skip Scenario: I can call the validator endpoint with too many medication requests message Given I am an authorised prescriber with EPS-FHIR app When I make a request with file too_many_medication_requests/request.json to the eps_fhir validator endpoint Then the response indicates a bad request And the validator response matches too_many_medication_requests/response.json - @skip Scenario: I can call the validator endpoint with unknown endorsement message Given I am an authorised prescriber with EPS-FHIR app When I make a request with file unknown_endorsement/request.json to the eps_fhir validator endpoint diff --git a/features/eps_fhir_dispensing/validator.feature b/features/eps_fhir_dispensing/validator.feature index f7a76471..158e916a 100644 --- a/features/eps_fhir_dispensing/validator.feature +++ b/features/eps_fhir_dispensing/validator.feature @@ -29,37 +29,32 @@ Feature: I can call the validator endpoint And the validator response has many error issue And the validator response has error with diagnostic containing Failed to parse JSON encoded FHIR content - @skip Scenario: I can call the validator endpoint with missing dosage instructions message - Given I am an authorised prescriber with EPS-FHIR-PRESCRIBING app + Given I am an authorised prescriber with EPS-FHIR-DISPENSING app When I make a request with file missing_dosage_instructions/request.json to the eps_fhir_dispensing validator endpoint Then the response indicates a bad request And the validator response matches missing_dosage_instructions/response.json - @skip Scenario: I can call the validator endpoint with missing dispense request quantity message - Given I am an authorised prescriber with EPS-FHIR-PRESCRIBING app + Given I am an authorised prescriber with EPS-FHIR-DISPENSING app When I make a request with file missing_dispense_request_quantity/request.json to the eps_fhir_dispensing validator endpoint Then the response indicates a bad request And the validator response matches missing_dispense_request_quantity/response.json - @skip Scenario: I can call the validator endpoint with missing medication message - Given I am an authorised prescriber with EPS-FHIR-PRESCRIBING app + Given I am an authorised prescriber with EPS-FHIR-DISPENSING app When I make a request with file missing_medication/request.json to the eps_fhir_dispensing validator endpoint Then the response indicates a bad request And the validator response matches missing_medication/response.json - @skip Scenario: I can call the validator endpoint with too many medication requests message - Given I am an authorised prescriber with EPS-FHIR-PRESCRIBING app + Given I am an authorised prescriber with EPS-FHIR-DISPENSING app When I make a request with file too_many_medication_requests/request.json to the eps_fhir_dispensing validator endpoint Then the response indicates a bad request And the validator response matches too_many_medication_requests/response.json - @skip Scenario: I can call the validator endpoint with unknown endorsement message - Given I am an authorised prescriber with EPS-FHIR-PRESCRIBING app + Given I am an authorised prescriber with EPS-FHIR-DISPENSING app When I make a request with file unknown_endorsement/request.json to the eps_fhir_dispensing validator endpoint Then the response indicates a bad request And the validator response matches unknown_endorsement/response.json diff --git a/features/eps_fhir_prescribing/validator.feature b/features/eps_fhir_prescribing/validator.feature index ee8edfb1..e1970d33 100644 --- a/features/eps_fhir_prescribing/validator.feature +++ b/features/eps_fhir_prescribing/validator.feature @@ -29,35 +29,30 @@ Feature: I can call the validator endpoint And the validator response has many error issue And the validator response has error with diagnostic containing Failed to parse JSON encoded FHIR content - @skip Scenario: I can call the validator endpoint with missing dosage instructions message Given I am an authorised prescriber with EPS-FHIR-PRESCRIBING app When I make a request with file missing_dosage_instructions/request.json to the eps_fhir_prescribing validator endpoint Then the response indicates a bad request And the validator response matches missing_dosage_instructions/response.json - @skip Scenario: I can call the validator endpoint with missing dispense request quantity message Given I am an authorised prescriber with EPS-FHIR-PRESCRIBING app When I make a request with file missing_dispense_request_quantity/request.json to the eps_fhir_prescribing validator endpoint Then the response indicates a bad request And the validator response matches missing_dispense_request_quantity/response.json - @skip Scenario: I can call the validator endpoint with missing medication message Given I am an authorised prescriber with EPS-FHIR-PRESCRIBING app When I make a request with file missing_medication/request.json to the eps_fhir_prescribing validator endpoint Then the response indicates a bad request And the validator response matches missing_medication/response.json - @skip Scenario: I can call the validator endpoint with too many medication requests message Given I am an authorised prescriber with EPS-FHIR-PRESCRIBING app When I make a request with file too_many_medication_requests/request.json to the eps_fhir_prescribing validator endpoint Then the response indicates a bad request And the validator response matches too_many_medication_requests/response.json - @skip Scenario: I can call the validator endpoint with unknown endorsement message Given I am an authorised prescriber with EPS-FHIR-PRESCRIBING app When I make a request with file unknown_endorsement/request.json to the eps_fhir_prescribing validator endpoint