[Edit] SaveAction not navigating anymore

This commit is contained in:
Alex M
2016-09-01 23:01:57 +03:00
parent 7b84febfde
commit 9847c40e34
2 changed files with 5 additions and 30 deletions

View File

@@ -105,12 +105,6 @@ define(
expect(mockEditorCapability.save).toHaveBeenCalled();
});
it("navigates to the object after saving",
function () {
action.perform();
expect(mockActionCapability.perform).toHaveBeenCalledWith("navigate");
});
describe("a blocking dialog", function () {
var mockDialogHandle;