Skip to content

Commit

Permalink
[UnifiedFieldList] Fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
jughosta committed Dec 16, 2022
1 parent d902971 commit 5a325eb
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,8 @@ describe('UnifiedFieldList <FieldTypeFilter />', () => {
.simulate('click');
});

// wait for lazy modules if any
await new Promise((resolve) => setTimeout(resolve, 0));
await wrapper.update();
}

Expand Down

0 comments on commit 5a325eb

Please sign in to comment.