diff --git a/modules/claim/front/dms/index/index.spec.js b/modules/claim/front/dms/index/index.spec.js index cdc184f81..738d7d109 100644 --- a/modules/claim/front/dms/index/index.spec.js +++ b/modules/claim/front/dms/index/index.spec.js @@ -41,7 +41,7 @@ describe('Claim', () => { $httpBackend.flush(); expect(controller.$.model.remove).toHaveBeenCalledWith(dmsIndex); - expect(controller.vnApp.showSuccess).toHaveBeenCalledWith('Photo deleted!'); + expect(controller.vnApp.showSuccess).toHaveBeenCalledWith('Photo deleted'); }); }); diff --git a/modules/claim/front/index.js b/modules/claim/front/index.js index 7894e3dd1..53aa5e9da 100644 --- a/modules/claim/front/index.js +++ b/modules/claim/front/index.js @@ -10,5 +10,3 @@ import './development'; import './search-panel'; import './summary'; import './dms/index'; -import './dms/create'; -import './dms/edit';