Skip to content

Commit 3403cfb

Browse files
VIA-630 Setup snapshot user configuration in preparation for adding other age ranges
1 parent 34c0bbc commit 3403cfb

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

e2e/constants.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -238,7 +238,7 @@ type AgeBasedTestUser = {
238238

239239
export const AgeBasedHubTestUsers: AgeBasedTestUser[] = [
240240
// { ageGroup: AgeGroup.AGE_12_to_16, userSession: "12-16-age-range"}, // user 34
241-
// { ageGroup: AgeGroup.AGE_17_to_24, userSession: "eligibility-error-400"}, // user 16
241+
// { ageGroup: AgeGroup.AGE_17_to_24, userSession: "actionable-with-already-vaccinated-suitability-rule"}, // user 13
242242
// { ageGroup: AgeGroup.AGE_25_to_64, userSession: "actionable-with-other-setting-suitability-rule"}, // user 12
243243
{ ageGroup: AgeGroup.AGE_65_to_74, userSession: "actionable-with-booking-link" }, // user 19
244244
// { ageGroup: AgeGroup.AGE_75_to_80, userSession: "actionable-with-booking-button"}, // user 21

test-data/test-users.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@
7777
"reportLabel": "Actionable with booking button",
7878
"elidPostmanRef": "",
7979
"e2e": true,
80-
"snapshot": false
80+
"snapshot": true
8181
},
8282
"actionable-with-managing-button": {
8383
"nhsNumber": "9735548844",

0 commit comments

Comments
 (0)