Skip to content

Commit 5c7c409

Browse files
committed
AC2678:Product customizable options incorrect after import options Fixed failing test case.
1 parent 9906804 commit 5c7c409

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

dev/tests/js/jasmine/tests/app/code/Magento/Catalog/adminhtml/js/components/dynamic-rows-import-custom-options.test.js

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,6 @@ define([
2626
data = [{
2727
'options': [
2828
{
29-
'sort_order': 1,
3029
'option_id': 1,
3130
'option_type_id': 1,
3231
'values': [{
@@ -36,7 +35,6 @@ define([
3635
}]
3736
},
3837
{
39-
'sort_order': 2,
4038
'option_id': 2,
4139
'option_type_id': 2,
4240
'values': [{

0 commit comments

Comments
 (0)