Skip to content

Commit c52d6d0

Browse files
committed
CCM-8590: fix copyTemplate unit test
1 parent 694379b commit c52d6d0

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

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

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,6 @@ describe('Choose template page', () => {
3939
screen.getByTestId('EMAIL-radio'),
4040
screen.getByTestId('NHS_APP-radio'),
4141
screen.getByTestId('SMS-radio'),
42-
screen.getByTestId('LETTER-radio'),
4342
];
4443
const submitButton = screen.getByTestId('submit-button');
4544

0 commit comments

Comments
 (0)