Skip to content

Commit 9423480

Browse files
test: Fixed e2e test by using unique ServiceNow numbers in test data (#1717)
1 parent 64bb1e6 commit 9423480

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

tests/playwright-tests/src/tests/e2e/testFiles/@DTOSS-3883-01/ADDMANUAL1_1B8F53_-_CAAS_BREAST_SCREENING_COHORT.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@
6262
"meta": {
6363
"testJiraId": "@DTOSS-3883-05",
6464
"requirementJiraId": "@DTOSS-3883-05",
65-
"additionalTags": "@DTOSS-3883-06 @e2e @epic4c- Verify exception is raised when record fails to meet validation rules 2, Verify Participant exists in Participant Management"
65+
"additionalTags": "@DTOSS-3883-05 @e2e @epic4c- Verify exception is raised when record fails to meet validation rules 2, Verify Participant exists in Participant Management"
6666
}
6767
},
6868
{
@@ -93,7 +93,7 @@
9393
],
9494
"inputParticipantRecord": [
9595
{
96-
"number": "CS0573848",
96+
"number": "CS388301",
9797
"u_case_variable_data": {
9898
"nhs_number": "9998380197",
9999
"forename_": "Jane",
@@ -105,7 +105,7 @@
105105
}
106106
},
107107
{
108-
"number": "CS0573848",
108+
"number": "CS388302",
109109
"u_case_variable_data": {
110110
"nhs_number": "9992039310",
111111
"forename_": "Anne",
@@ -117,7 +117,7 @@
117117
}
118118
},
119119
{
120-
"number": "CS0573848",
120+
"number": "CS388303",
121121
"u_case_variable_data": {
122122
"nhs_number": "9990237166",
123123
"forename_": "Jane",

0 commit comments

Comments
 (0)