Skip to content

Commit 0cb853d

Browse files
committed
MAGETWO-92021: [Tech debt] Improving dev experience for Products content type
- Build stabilization
1 parent c78e396 commit 0cb853d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

app/code/Magento/PageBuilder/view/adminhtml/web/ts/js/mass-converter/widget-directive-abstract.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,4 +76,4 @@ export default class WidgetDirectiveAbstract implements ConverterInterface {
7676

7777
return result.substr(0, result.length - 1);
7878
}
79-
}
79+
}

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ define([
5353
},
5454
result = model.toDom(data, config);
5555

56-
expect(result.myhtml).toBe('undefined;
56+
expect(result.myhtml).toBe(undefined);
5757
});
5858
it('Should return an empty string when conditions_encoded is empty undefined', function () {
5959
var data = {

0 commit comments

Comments
 (0)