Skip to content

Commit 941af42

Browse files
committed
CCM-8585: fix pa11y seed
1 parent 57aa95c commit 941af42

File tree

1 file changed

+12
-2
lines changed

1 file changed

+12
-2
lines changed

tests/accessibility/pa11y-setup.ts

Lines changed: 12 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,9 +40,19 @@ const setup = async () => {
4040
language: 'ENGLISH',
4141
createdAt: new Date().toISOString(),
4242
name: 'pa11y_letter',
43-
pdfTemplateInputFile: 'template.pdf',
43+
files: {
44+
pdfTemplate: {
45+
fileName: 'template.pdf',
46+
currentVersion: randomUUID(),
47+
virusScanStatus: 'PENDING',
48+
},
49+
testDataCsv: {
50+
fileName: 'test-data.csv',
51+
currentVersion: randomUUID(),
52+
virusScanStatus: 'PENDING',
53+
},
54+
},
4455
templateStatus: 'NOT_YET_SUBMITTED',
45-
testPersonalisationInputFile: 'test-data.csv',
4656
},
4757
})
4858
);

0 commit comments

Comments
 (0)