From b5bdb975b803f9a43e8f25373248c10078be6f54 Mon Sep 17 00:00:00 2001 From: jtubau Date: Wed, 15 Jan 2025 15:41:19 +0100 Subject: [PATCH] test: refs #7075 add TODO for handling keydown behavior in VnInput component --- src/components/common/__tests__/VnInput.spec.js | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/components/common/__tests__/VnInput.spec.js b/src/components/common/__tests__/VnInput.spec.js index db850f0c4..13f9ed804 100644 --- a/src/components/common/__tests__/VnInput.spec.js +++ b/src/components/common/__tests__/VnInput.spec.js @@ -66,8 +66,7 @@ describe('VnInput', () => { }); /* - Verify the component's behavior before removing the .skip, as it doesn't set the maxlength - property of the input and doesn't set the value. + TODO: #8399 REDMINE */ it.skip('handleKeydown respects insertable behavior', async () => { const expectedValue = '12345';