diff --git a/test/actions/copy.js b/test/actions/copy.js index 3175461..5253bf3 100644 --- a/test/actions/copy.js +++ b/test/actions/copy.js @@ -52,7 +52,7 @@ describe('ClipboardActionCopy', () => { assert.equal(selectedText, text); }); - it.only('should select its value based on text', () => { + it('should select its value in a input number based on text', () => { const value = 1; document.querySelector('input').setAttribute('type', 'number'); document.querySelector('input').setAttribute('value', value);