Skip to content

Commit babef83

Browse files
committed
PB-301: Products lose their conditions after upgrade
1 parent a524e4f commit babef83

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

dev/tests/js/jasmine/tests/app/code/Magento/PageBuilder/view/adminhtml/web/js/content-type/products/mass-converter/carousel-widget-directive.test.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -121,6 +121,7 @@ define([
121121
html_variable: 'myhtml'
122122
},
123123
result = model.toDom(data, config);
124+
124125
expect(result.myhtml).not.toContain('sort_order');
125126
});
126127
});

dev/tests/js/jasmine/tests/app/code/Magento/PageBuilder/view/adminhtml/web/js/content-type/products/mass-converter/widget-directive.test.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -119,6 +119,7 @@ define([
119119
html_variable: 'myhtml'
120120
},
121121
result = model.toDom(data, config);
122+
122123
expect(result.myhtml).not.toContain('sort_order');
123124
});
124125
});

0 commit comments

Comments
 (0)