[UI] Progress indicator for pending operations - Refactoring for code clarity

This commit is contained in:
Henry
2015-11-05 17:32:39 -08:00
parent e1c6c76612
commit 793ed7ebe6
3 changed files with 134 additions and 98 deletions

View File

@@ -342,7 +342,7 @@ define(
expect(copyFinished.mostRecentCall.args[0].model.modified).toBeUndefined();
expect(copyFinished.mostRecentCall.args[0].model.persisted).toBe(mockNow.now());
});
it ("correctly locates cloned objects", function() {
expect(mockPersistenceService.createObject.calls[0].args[2].location).toEqual(mockPersistenceService.createObject.calls[1].args[1]);
});