Skip to content

Commit

Permalink
✅ fix ci
Browse files Browse the repository at this point in the history
  • Loading branch information
afc163 committed Mar 30, 2020
1 parent c4668f3 commit 40eae38
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/input/__tests__/textarea.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -296,7 +296,7 @@ describe('TextArea allowClear', () => {
'setSelectionRange',
);
wrapper.find('textarea').simulate('input', { target: { value: '\n1' } });
await sleep(50);
await sleep(100);
expect(setSelectionRangeFn).toHaveBeenCalled();
wrapper.unmount();
});
Expand Down

0 comments on commit 40eae38

Please sign in to comment.