test: fix form test case

This commit is contained in:
afc163 2020-04-10 17:05:24 +08:00
parent 80ecb8cb0b
commit b5dd56611b

View File

@ -85,7 +85,7 @@ describe('Form', () => {
await change(wrapper, 1, '');
wrapper.update();
await sleep(0);
await sleep(100);
expect(wrapper.find('.ant-form-item-explain').length).toBe(1);
await operate('.remove');