Front tests & DMS imports fixed
gitea/salix/dev This commit has test failures Details

This commit is contained in:
Juan Ferrer 2019-09-30 20:55:41 +02:00
parent eba854f0e3
commit 9319067697
2 changed files with 1 additions and 3 deletions

View File

@ -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');
});
});

View File

@ -10,5 +10,3 @@ import './development';
import './search-panel';
import './summary';
import './dms/index';
import './dms/create';
import './dms/edit';