Skip to content

Commit 7d42626

Browse files
CCM-9247: Fix e2e tests
1 parent 8514b01 commit 7d42626

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ test.describe('letter file validation', () => {
1818
});
1919

2020
test.afterAll(async () => {
21-
//await templateStorageHelper.deleteAdHocTemplates();
21+
await templateStorageHelper.deleteAdHocTemplates();
2222
});
2323

2424
test('Uploaded pdf template files and test data csv files are virus scanned - if scan passes, files are copied to the internal bucket and validated', async ({

tests/test-team/template-mgmt-e2e-tests/template-mgmt-proofing.e2e.spec.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
import { readFileSync } from 'node:fs';
22
import { expect, test } from '@playwright/test';
3-
import { randomUUID } from 'node:crypto';
43
import {
54
createAuthHelper,
65
TestUserId,

0 commit comments

Comments
 (0)