Skip to content

Commit 56607c4

Browse files
committed
CCM-9118 Remove additional assertion
1 parent fc84b3d commit 56607c4

File tree

1 file changed

+0
-19
lines changed

1 file changed

+0
-19
lines changed

tests/test-team/template-mgmt-e2e-tests/template-mgmt-letter-full.e2e.spec.ts

Lines changed: 0 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -143,25 +143,6 @@ test.describe('letter complete e2e journey', () => {
143143

144144
const template = await templateStorageHelper.getTemplate(key);
145145

146-
const pdfVersionId = template.files?.pdfTemplate?.currentVersion;
147-
148-
const batchId = `${templateId}-0000000000000_${pdfVersionId!.replaceAll('-', '').slice(0, 27)}`;
149-
150-
expect(template.files?.proofs).toEqual({
151-
[`${batchId}_proof_1`]: {
152-
fileName: `proofs/${user.userId}/${templateId}/${batchId}_proof_1.pdf`,
153-
virusScanStatus: 'PASSED',
154-
},
155-
[`${batchId}_proof_2`]: {
156-
fileName: `proofs/${user.userId}/${templateId}/${batchId}_proof_2.pdf`,
157-
virusScanStatus: 'PASSED',
158-
},
159-
[`${batchId}_proof_3`]: {
160-
fileName: `proofs/${user.userId}/${templateId}/${batchId}_proof_3.pdf`,
161-
virusScanStatus: 'PASSED',
162-
},
163-
});
164-
165146
expect(template.templateStatus).toEqual('PROOF_AVAILABLE');
166147
}).toPass({ timeout: 60_000 });
167148

0 commit comments

Comments
 (0)