test: refs #7075 add TODO for handling keydown behavior in VnInput component
gitea/salix-front/pipeline/pr-dev This commit looks good
Details
gitea/salix-front/pipeline/pr-dev This commit looks good
Details
This commit is contained in:
parent
f16e956a53
commit
b5bdb975b8
|
@ -66,8 +66,7 @@ describe('VnInput', () => {
|
||||||
});
|
});
|
||||||
|
|
||||||
/*
|
/*
|
||||||
Verify the component's behavior before removing the .skip, as it doesn't set the maxlength
|
TODO: #8399 REDMINE
|
||||||
property of the input and doesn't set the value.
|
|
||||||
*/
|
*/
|
||||||
it.skip('handleKeydown respects insertable behavior', async () => {
|
it.skip('handleKeydown respects insertable behavior', async () => {
|
||||||
const expectedValue = '12345';
|
const expectedValue = '12345';
|
||||||
|
|
Loading…
Reference in New Issue