From e98376de1a908b80d6520745565af2deb665f1cb Mon Sep 17 00:00:00 2001 From: regexowl Date: Tue, 10 Dec 2024 16:13:44 +0100 Subject: [PATCH] test: Clean up comments left over after rebasing This removes two comments left over after rebasing, both tests are already implemented a bit higher in the file. --- .../Components/CreateImageWizard/steps/Locale/Locale.test.tsx | 3 --- 1 file changed, 3 deletions(-) diff --git a/src/test/Components/CreateImageWizard/steps/Locale/Locale.test.tsx b/src/test/Components/CreateImageWizard/steps/Locale/Locale.test.tsx index 9662bdf4..89dcaabd 100644 --- a/src/test/Components/CreateImageWizard/steps/Locale/Locale.test.tsx +++ b/src/test/Components/CreateImageWizard/steps/Locale/Locale.test.tsx @@ -248,6 +248,3 @@ describe('Locale edit mode', () => { expect(receivedRequest).toEqual(expectedRequest); }); }); - -// TO DO 'with languages selected' -// TO DO 'with languages and keyboard selected'