Skip to content

Commit ac36d77

Browse files
authored
test: Epic1 high priority test tested (#1169)
* test: Epic1 high priority test tested * test: removed only tag
1 parent 3c2e6d6 commit ac36d77

File tree

2 files changed

+87
-1
lines changed

2 files changed

+87
-1
lines changed

tests/playwright-tests/src/tests/e2e/epic1-highpriority-tests/epic1-high-priority-testsuite-migrated.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,6 @@
2424
// This equates to "@epic1-" tags, configured in the package.json at the playwright-tests root location.
2525

2626

27-
export const runnerBasedEpic1TestScenariosAdd = "@DTOSS-3648-01|@DTOSS-3661-01|@DTOSS-3662-01|@DTOSS-3197-01|@DTOSS-3744-01|@DTOSS-3660-01";
27+
export const runnerBasedEpic1TestScenariosAdd = "@DTOSS-3648-01|@DTOSS-3661-01|@DTOSS-3662-01|@DTOSS-3197-01|@DTOSS-3744-01|@DTOSS-3660-01|@DTOSS-3214-01";
2828
export const runnerBasedEpic1TestScenariosAmend = "@DTOSS-3217-01|@DTOSS-3661-02|@DTOSS-3662-02|@DTOSS-3217-02";
2929

Lines changed: 86 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,86 @@
1+
{
2+
"validations": [
3+
{
4+
"validations": {
5+
"apiEndpoint": "api/CohortDistributionDataService",
6+
"NHSNumber": 9993216461,
7+
"expectedCount": 1
8+
},
9+
"meta": {
10+
"testJiraId": "@DTOSS-3214-01",
11+
"requirementJiraId": "DTOSS-2760",
12+
"additionalTags": "@regression @e2e @epic1-high-priority CaaS_Update_Count_After_Each_Record_Processed"
13+
}
14+
},
15+
{
16+
"validations": {
17+
"apiEndpoint": "api/ParticipantManagementDataService",
18+
"RecordType": "ADD",
19+
"NHSNumber": 9993216461,
20+
"expectedCount": 1
21+
},
22+
"meta": {
23+
"testJiraId": "@DTOSS-3214-01",
24+
"requirementJiraId": "DTOSS-2760",
25+
"additionalTags": "@regression @e2e @epic1-high-priority CaaS_Update_Count_After_Each_Record_Processed two"
26+
}
27+
},
28+
{
29+
"validations": {
30+
"apiEndpoint": "api/ParticipantDemographicDataService",
31+
"NhsNumber": 9993216461,
32+
"expectedCount": 1
33+
},
34+
"meta": {
35+
"testJiraId": "@DTOSS-3214-01",
36+
"requirementJiraId": "DTOSS-2760",
37+
"additionalTags": "@regression @e2e @epic1-high-priority CaaS_Update_Count_After_Each_Record_Processed three"
38+
}
39+
}
40+
],
41+
"inputParticipantRecord": [
42+
{
43+
"record_type": "ADD",
44+
"change_time_stamp": null,
45+
"serial_change_number": 1,
46+
"nhs_number": 9993216461,
47+
"superseded_by_nhs_number": null,
48+
"primary_care_provider": "F83043",
49+
"primary_care_effective_from_date": "20130319",
50+
"current_posting": "CH",
51+
"current_posting_effective_from_date": "20130319",
52+
"name_prefix": "A.ML",
53+
"given_name": "NewTest1",
54+
"other_given_name": "Test",
55+
"family_name": "Adani1",
56+
"previous_family_name": "Test2",
57+
"date_of_birth": "19700101",
58+
"gender": 1,
59+
"address_line_1": "247 SpaightSpaightSpTeeeeeeest Road",
60+
"address_line_2": "Eastbourne",
61+
"address_line_3": "Test",
62+
"address_line_4": "Chelmsford",
63+
"address_line_5": "United Kingdom",
64+
"postcode": "AB43 8FJ",
65+
"paf_key": "Z3S4Q5X9",
66+
"address_effective_from_date": null,
67+
"reason_for_removal": null,
68+
"reason_for_removal_effective_from_date": null,
69+
"date_of_death": null,
70+
"death_status": null,
71+
"home_telephone_number": "01619999999",
72+
"home_telephone_effective_from_date": "20240501",
73+
"mobile_telephone_number": "07888888888",
74+
"mobile_telephone_effective_from_date": "20240501",
75+
"email_address": "[email protected]",
76+
"email_address_effective_from_date": null,
77+
"preferred_language": "en",
78+
"is_interpreter_required": false,
79+
"invalid_flag": false,
80+
"eligibility": true
81+
}
82+
],
83+
"nhsNumbers": [
84+
"9993216461"
85+
]
86+
}

0 commit comments

Comments
 (0)