Skip to content

Commit 6ea750b

Browse files
committed
use uuid IDs in pw tests
1 parent 10cc9c6 commit 6ea750b

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

tests/test-team/template-mgmt-component-tests/letter/template-mgmt-preview-letter-page.component.spec.ts

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -23,17 +23,17 @@ async function createTemplates() {
2323
owner: user.userId,
2424
} as Template,
2525
notYetSubmitted: TemplateFactory.createLetterTemplate(
26-
'nys-letter-preview-template',
26+
'9AACCD57-C6A3-4273-854C-3839A081B4D9',
2727
user.userId,
2828
'notYetSubmitted'
2929
),
3030
pendingProofRequest: TemplateFactory.createLetterTemplate(
31-
'ppr-letter-preview-template',
31+
'10AE654B-72B5-4A67-913C-2E103C7FF47B',
3232
user.userId,
3333
'pendingProofRequest'
3434
),
3535
pendingUpload: TemplateFactory.createLetterTemplate(
36-
'pu-letter-preview-template',
36+
'10AE654B-72B5-4A67-913C-2E103C7FF47B',
3737
user.userId,
3838
'pendingUpload'
3939
),

tests/test-team/template-mgmt-component-tests/letter/template-mgmt-request-proof-page.component.spec.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ async function createTemplates() {
1111
const user = await createAuthHelper().getTestUser(TestUserId.User1);
1212
return {
1313
valid: TemplateFactory.createLetterTemplate(
14-
'letter-request-proof-template',
14+
'AC85D9AB-9B56-4C34-8CD7-8B713310A37A',
1515
user.userId,
1616
'request-proof'
1717
),

0 commit comments

Comments
 (0)