Skip to content

Commit 721d8bb

Browse files
committed
CCM-12614: update component test to use mock resource id
1 parent 8b5e2c1 commit 721d8bb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tests/playwright/digital-letters-component-tests/pdm-poll.component.spec.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ test.describe('PDM Poll', () => {
7676

7777
test('should send a pdm.resource.unavailable event when not available in PDM', async () => {
7878
const eventId = uuidv4();
79-
const documentResourceId = 'b8f2b194-31e1-3719-aaf9-a9195e35e692';
79+
const documentResourceId = 'unavailable-response';
8080
const messageReference = uuidv4();
8181
const senderId = uuidv4();
8282

@@ -116,7 +116,7 @@ test.describe('PDM Poll', () => {
116116

117117
test('should send a pdm.resource.retries.exceeded event when not available in PDM after 10 retries', async () => {
118118
const eventId = uuidv4();
119-
const documentResourceId = 'b8f2b194-31e1-3719-aaf9-a9195e35e692';
119+
const documentResourceId = 'unavailable-response';
120120
const messageReference = uuidv4();
121121
const senderId = uuidv4();
122122

0 commit comments

Comments
 (0)