Skip to content
Snippets Groups Projects
Commit 896e1999 authored by Kristof De Langhe's avatar Kristof De Langhe
Browse files

65240: Removed old test cases

parent 19a2ae6e
No related branches found
No related tags found
No related merge requests found
......@@ -231,11 +231,6 @@ describe('ComColFormComponent', () => {
it('should display a success notification', () => {
expect(notificationsService.success).toHaveBeenCalled();
});
it('should remove the object\'s cache', () => {
expect(requestServiceStub.removeByHrefSubstring).toHaveBeenCalled();
expect(objectCacheStub.remove).toHaveBeenCalled();
});
});
describe('when dsoService.deleteLogo returns an error response', () => {
......@@ -249,11 +244,6 @@ describe('ComColFormComponent', () => {
it('should display an error notification', () => {
expect(notificationsService.error).toHaveBeenCalled();
});
it('should remove the object\'s cache', () => {
expect(requestServiceStub.removeByHrefSubstring).toHaveBeenCalled();
expect(objectCacheStub.remove).toHaveBeenCalled();
});
});
});
});
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment