diff --git a/app/cypress/e2e/0-ndr-core-tests/gp_user_workflows/download_lloyd_george_workflow.cy.js b/app/cypress/e2e/0-ndr-core-tests/gp_user_workflows/download_lloyd_george_workflow.cy.js index 972cf3c4a..e458d3ab2 100644 --- a/app/cypress/e2e/0-ndr-core-tests/gp_user_workflows/download_lloyd_george_workflow.cy.js +++ b/app/cypress/e2e/0-ndr-core-tests/gp_user_workflows/download_lloyd_george_workflow.cy.js @@ -19,18 +19,21 @@ const testFiles = [ created: '2024-05-07T14:52:00.827602Z', virusScannerResult: 'Clean', id: 'test-id', + fileSize: 200, }, { fileName: '2of2_testy_test.pdf', created: '2024-05-07T14:52:00.827602Z', virusScannerResult: 'Clean', id: 'test-id-2', + fileSize: 200, }, { fileName: '1of1_lone_test_file.pdf', created: '2024-01-01T14:52:00.827602Z', virusScannerResult: 'Clean', id: 'test-id-3', + fileSize: 200, }, ]; @@ -40,6 +43,7 @@ const singleTestFile = [ created: '2024-01-01T14:52:00.827602Z', virusScannerResult: 'Clean', id: 'test-id-3', + fileSize: 200, }, ];