test: refs #7075 add TODO for handling keydown behavior in VnInput component
gitea/salix-front/pipeline/pr-dev This commit looks good Details

This commit is contained in:
Jose Antonio Tubau 2025-01-15 15:41:19 +01:00
parent f16e956a53
commit b5bdb975b8
1 changed files with 1 additions and 2 deletions

View File

@ -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';