Skip to content

Commit ade3811

Browse files
committed
CCM-8430: rm obsolete snaps
1 parent b0c9421 commit ade3811

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

frontend/src/__tests__/components/forms/EmailTemplateForm/__snapshots__/EmailTemplateForm.test.tsx.snap

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1807,7 +1807,7 @@ exports[`renders page with preloaded field values 1`] = `
18071807
</DocumentFragment>
18081808
`;
18091809

1810-
exports[`renders page without back link for initial state with id 1`] = `
1810+
exports[`renders page without back link for initial state with id - edit mode 1`] = `
18111811
<DocumentFragment>
18121812
<main
18131813
class="nhsuk-main-wrapper"

frontend/src/__tests__/components/forms/NhsAppTemplateForm/__snapshots__/NhsAppTemplateForm.test.tsx.snap

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1934,7 +1934,7 @@ exports[`renders page with preloaded field values 1`] = `
19341934
</DocumentFragment>
19351935
`;
19361936

1937-
exports[`renders page without back link for initial state with id 1`] = `
1937+
exports[`renders page without back link for initial state with id - edit mode 1`] = `
19381938
<DocumentFragment>
19391939
<main
19401940
class="nhsuk-main-wrapper"

frontend/src/__tests__/components/forms/SmsTemplateForm/__snapshots__/SmsTemplateForm.test.tsx.snap

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -367,7 +367,7 @@ exports[`CreateSmsTemplate component renders page one error 1`] = `
367367
</DocumentFragment>
368368
`;
369369

370-
exports[`CreateSmsTemplate component renders page with back link if initial state has no id 1`] = `
370+
exports[`CreateSmsTemplate component renders page with back link if initial state has no id - edit mode 1`] = `
371371
<DocumentFragment>
372372
<div
373373
class="nhsuk-back-link"

0 commit comments

Comments
 (0)