[ACS-3621] Fix context menu directive flaky unit test (#2675)

This commit is contained in:
MichalKinas 2022-10-03 11:07:36 +02:00 committed by GitHub
parent b230a02eaa
commit 958134e22d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -65,6 +65,7 @@ describe('ContextActionsDirective', () => {
})); }));
it('should not call service to render context menu if the datatable is empty', fakeAsync(() => { it('should not call service to render context menu if the datatable is empty', fakeAsync(() => {
storeMock.dispatch.calls.reset();
const el = document.createElement('div'); const el = document.createElement('div');
el.className = 'adf-no-content-container'; el.className = 'adf-no-content-container';