Add acceptance test for undo/redo

[MAILPOET-1976]
This commit is contained in:
Ján Mikláš
2019-06-18 14:19:34 +02:00
committed by M. Shull
parent 4f1f236bce
commit 66800ae994
2 changed files with 45 additions and 0 deletions

View File

@@ -117,6 +117,7 @@ Module.ButtonBlockSettingsView = base.BlockSettingsView.extend({
});
Module.ButtonWidgetView = base.WidgetView.extend({
id: 'automation_editor_block_button',
getTemplate: function () { return window.templates.buttonInsertion; },
behaviors: {
DraggableBehavior: {