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

This commit is contained in:
MichalKinas
2022-10-03 10:07:36 +01:00
committed by GitHub
parent b230a02eaa
commit 958134e22d
@@ -65,6 +65,7 @@ describe('ContextActionsDirective', () => {
}));
it('should not call service to render context menu if the datatable is empty', fakeAsync(() => {
storeMock.dispatch.calls.reset();
const el = document.createElement('div');
el.className = 'adf-no-content-container';