From 31ee92b7110b52ce432994a3dcc126eef2daf844 Mon Sep 17 00:00:00 2001 From: Alex M Date: Thu, 15 Sep 2016 20:39:02 +0300 Subject: [PATCH] [Edit] Remove editor.cancel from SaveActionSpec --- platform/commonUI/edit/test/actions/SaveActionSpec.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/platform/commonUI/edit/test/actions/SaveActionSpec.js b/platform/commonUI/edit/test/actions/SaveActionSpec.js index 7324b53085..7230c09448 100644 --- a/platform/commonUI/edit/test/actions/SaveActionSpec.js +++ b/platform/commonUI/edit/test/actions/SaveActionSpec.js @@ -56,7 +56,7 @@ define( ); mockEditorCapability = jasmine.createSpyObj( "editor", - ["save", "cancel", "isEditContextRoot"] + ["save", "isEditContextRoot"] ); mockActionCapability = jasmine.createSpyObj( "actionCapability",