Skip to content

Commit 01f4b35

Browse files
committed
CCM-11966: Update SubmitTemplatePage component test
1 parent e54e4bf commit 01f4b35

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -201,7 +201,7 @@ test.describe('Submit template Page', () => {
201201
channelName: 'Letter',
202202
channelIdentifier: 'letter',
203203
PageModel: TemplateMgmtSubmitLetterPage,
204-
expectedHeading: "Approve and submit 'valid-letter-submit-template'",
204+
expectedHeading: "Approve 'valid-letter-submit-template'",
205205
},
206206
] as const) {
207207
// disabling this rule because it doesn't like referencing the templates variable in a loop

0 commit comments

Comments
 (0)