mirror of
https://github.com/zenorocha/clipboard.js.git
synced 2023-08-10 21:12:48 +03:00
Improve test description. Remove .only
This commit is contained in:
parent
c16f99a0ee
commit
abfb43cdb5
@ -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);
|
||||
|
Loading…
x
Reference in New Issue
Block a user