mirror of
https://github.com/Alfresco/alfresco-content-app.git
synced 2025-05-12 17:04:46 +00:00
[ACS-3621] Fix context menu directive flaky unit test (#2675)
This commit is contained in:
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';
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user