diff --git a/application/CohortManager/src/Web/app/lib/ruleMapping.ts b/application/CohortManager/src/Web/app/lib/ruleMapping.ts index 7fe5dc0a8..f0a1407a5 100644 --- a/application/CohortManager/src/Web/app/lib/ruleMapping.ts +++ b/application/CohortManager/src/Web/app/lib/ruleMapping.ts @@ -59,7 +59,7 @@ To resolve this, please: check the GP practice details for errors if correct, assign the GP practice to the appropriate BSO in the organisational table (BSO-GP mapping table) `, reportingId: "CMR45", - portalFormTitle: "Raise with Breast Screening Select (BSS)", + portalFormTitle: "Raise with Breast Screening Select second line", }, 49: { ruleDescription: "Interpreter required information is not valid", @@ -111,6 +111,7 @@ TRA (temporary resident not returned) Please contact the Breast Screening Office (BSO) that submitted the referral and explain why we are unable to add the participant to BS Select. `, reportingId: "CMR98", + portalFormTitle: "Raise with Breast Screening Select second line", }, 97: { ruleDescription: "Missing GP details.", @@ -122,6 +123,7 @@ A request to manually add a participant could not be sent to BS Select as it doe Please check the record. A valid GP code or a dummy GP code must be entered to send the participant to BS Select. `, reportingId: "CMR97", + portalFormTitle: "Raise with Breast Screening Select second line", }, 3601:{ ruleDescription: "GP practice not mapped to a breast screening office (BSO).", @@ -133,6 +135,7 @@ If the GP practice code is correct, it may not be mapped to a BSO because it is Check the GP practice code and add it to the organisational table (BSO-GP mapping table) if needed.`, reportingId: "CMR40", + portalFormTitle: "Raise with Breast Screening Select second line", }, }; diff --git a/application/CohortManager/src/Web/tests/features/notRaisedExceptionInformation.feature b/application/CohortManager/src/Web/tests/features/notRaisedExceptionInformation.feature index ace937290..6d33d6711 100644 --- a/application/CohortManager/src/Web/tests/features/notRaisedExceptionInformation.feature +++ b/application/CohortManager/src/Web/tests/features/notRaisedExceptionInformation.feature @@ -36,7 +36,7 @@ Feature: Not raised exceptions page Scenario: Check for the portal form used for a BSS exception When I go to the page "/participant-information/2034" Given I see the text "Exception information" - Then I see the text "Portal form: Raise with Breast Screening Select (BSS)" + Then I see the text "Portal form: Raise with Breast Screening Select second line" Scenario: Check for breadcrumb navigation back to Not raised breast screening exceptions page When I go to the page "/participant-information/2032"