Front tests & DMS imports fixed
gitea/salix/dev This commit has test failures
Details
gitea/salix/dev This commit has test failures
Details
This commit is contained in:
parent
eba854f0e3
commit
9319067697
|
@ -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');
|
||||
});
|
||||
});
|
||||
|
||||
|
|
|
@ -10,5 +10,3 @@ import './development';
|
|||
import './search-panel';
|
||||
import './summary';
|
||||
import './dms/index';
|
||||
import './dms/create';
|
||||
import './dms/edit';
|
||||
|
|
Loading…
Reference in New Issue