Skip to content

Commit 4cfd372

Browse files
authored
Merge pull request #312 from NHSDigital/feature/CCM-8430-edit-create-2
CCM-8430: Edit template heading
2 parents 13148bd + ade3811 commit 4cfd372

File tree

42 files changed

+647
-663
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

42 files changed

+647
-663
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ test('renders page with preloaded field values', () => {
3737
expect(container.asFragment()).toMatchSnapshot();
3838
});
3939

40-
test('renders page without back link for initial state with id', () => {
40+
test('renders page without back link for initial state with id - edit mode', () => {
4141
const container = render(
4242
<EmailTemplateForm
4343
initialState={mockDeep<TemplateFormState<EmailTemplate>>({

0 commit comments

Comments
 (0)