(inputValue)
| 36 | describe('Test comma-separated input', function () { |
| 37 | |
| 38 | async function setInput(inputValue) { |
| 39 | const input = getInput() |
| 40 | input.element.focus() |
| 41 | await input.setValue(inputValue) |
| 42 | await vueTicks() |
| 43 | } |
| 44 | |
| 45 | it('Test write input value without comma', async function () { |
| 46 | await setInput('xyz') |
no test coverage detected