Skip to content

Commit 2270fca

Browse files
fix: UI text issues (#1797)
* Update Rule Descriptions * rule mapping fix * fix e2e test --------- Co-authored-by: Warren-Pitterson <[email protected]>
1 parent 7b65ef2 commit 2270fca

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

application/CohortManager/src/Web/app/lib/ruleMapping.ts

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ To resolve this, please:
5959
check the GP practice details for errors
6060
if correct, assign the GP practice to the appropriate BSO in the organisational table (BSO-GP mapping table) `,
6161
reportingId: "CMR45",
62-
portalFormTitle: "Raise with Breast Screening Select (BSS)",
62+
portalFormTitle: "Raise with Breast Screening Select second line",
6363
},
6464
49: {
6565
ruleDescription: "Interpreter required information is not valid",
@@ -111,6 +111,7 @@ TRA (temporary resident not returned)
111111
112112
Please contact the Breast Screening Office (BSO) that submitted the referral and explain why we are unable to add the participant to BS Select. `,
113113
reportingId: "CMR98",
114+
portalFormTitle: "Raise with Breast Screening Select second line",
114115
},
115116
97: {
116117
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
122123
123124
Please check the record. A valid GP code or a dummy GP code must be entered to send the participant to BS Select. `,
124125
reportingId: "CMR97",
126+
portalFormTitle: "Raise with Breast Screening Select second line",
125127
},
126128
3601:{
127129
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
133135
134136
Check the GP practice code and add it to the organisational table (BSO-GP mapping table) if needed.`,
135137
reportingId: "CMR40",
138+
portalFormTitle: "Raise with Breast Screening Select second line",
136139
},
137140
};
138141

application/CohortManager/src/Web/tests/features/notRaisedExceptionInformation.feature

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ Feature: Not raised exceptions page
3636
Scenario: Check for the portal form used for a BSS exception
3737
When I go to the page "/participant-information/2034"
3838
Given I see the text "Exception information"
39-
Then I see the text "Portal form: Raise with Breast Screening Select (BSS)"
39+
Then I see the text "Portal form: Raise with Breast Screening Select second line"
4040

4141
Scenario: Check for breadcrumb navigation back to Not raised breast screening exceptions page
4242
When I go to the page "/participant-information/2032"

0 commit comments

Comments
 (0)