mirror of
https://github.com/ant-design/ant-design.git
synced 2024-11-29 05:29:37 +08:00
test: fix form test case
This commit is contained in:
parent
80ecb8cb0b
commit
b5dd56611b
@ -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');
|
||||
|
Loading…
Reference in New Issue
Block a user