需要等待一下 ui 更新

This commit is contained in:
liaoxuezhi 2019-05-15 18:25:27 +08:00
parent d34a53f7fc
commit b09add4e08
1 changed files with 1 additions and 0 deletions

View File

@ -272,6 +272,7 @@ test('Renderer:Form initApi', async () => {
// fetch 调用了,所有 initApi 接口调用了
expect(fetcher).toHaveBeenCalled();
await p0;
await wait(10);
// 通过 snapshot 可断定 initApi 返回值已经作用到了表单项上。
expect(container).toMatchSnapshot();