Skip to content
Snippets Groups Projects

feat(userOverlays): display users overlays without group (MIN-193)

5 unresolved threads
3 files
+ 3
3
Compare changes
  • Side-by-side
  • Inline
Files
3
@@ -48,7 +48,7 @@ describe('useUserOverlayActions', () => {
@@ -48,7 +48,7 @@ describe('useUserOverlayActions', () => {
});
});
expect(windowOpenMock).toHaveBeenCalledWith(
expect(windowOpenMock).toHaveBeenCalledWith(
`${BASE_API_URL}/${apiPath.downloadUserOverlay(overlayFixture.idObject)}`,
`${BASE_API_URL}/${apiPath.downloadOverlay(overlayFixture.idObject)}`,
'_blank',
'_blank',
);
);
});
});
Loading