Skip to content

Commit 21fe391

Browse files
committed
ACP2E-2909: dynamic-rows.js:658 Uncaught TypeError: dataRecord.slice while editing bundle products
- Fixed the static test failure.
1 parent 715c9c4 commit 21fe391

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

dev/tests/js/jasmine/tests/app/code/Magento/Bundle/adminhtml/js/components/bundle-dynamic-rows.test.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,9 +30,10 @@ define(['Magento_Bundle/js/components/bundle-dynamic-rows', 'uiRegistry', 'uiCol
3030
describe('test removeBundleItemsFromOption method', function () {
3131
it('Check if bundle items are removed from option', function () {
3232
let bundleSelections = new uiCollection;
33+
3334
bundleSelections._elems = {
3435
clear: jasmine.createSpy('clear')
35-
}
36+
};
3637

3738
spyOn(bundleSelections, 'destroyChildren').and.callThrough();
3839
spyOn(registry, 'get').and.returnValue(bundleSelections);

0 commit comments

Comments
 (0)