Create acceptance test for testing products widget

[MAILPOET-1842]
This commit is contained in:
Ján Mikláš
2019-03-28 09:53:36 +01:00
committed by M. Shull
parent f05e513ff5
commit 38f8cd9439
4 changed files with 170 additions and 3 deletions

View File

@@ -568,6 +568,7 @@ ProductsDisplayOptionsSettingsView = base.BlockSettingsView.extend({
Module.ProductsWidgetView = base.WidgetView.extend({
className: base.WidgetView.prototype.className + ' mailpoet_droppable_layout_block',
id: 'automation_editor_block_products',
getTemplate: function getTemplate() { return window.templates.productsInsertion; },
behaviors: {
DraggableBehavior: {