Skip to content

Commit 5dc02ea

Browse files
AC-1899: Flaky MFTF tests SaveProductWithCustomOptionsAdditionalWebsiteTest failed on PR build
1 parent fa1824e commit 5dc02ea

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

app/code/Magento/Catalog/view/adminhtml/web/js/custom-options.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,8 @@ define([
1212
'collapsable',
1313
'mage/translate',
1414
'mage/backend/validation',
15-
'Magento_Ui/js/modal/modal'
15+
'Magento_Ui/js/modal/modal',
16+
'jquery-ui-modules/sortable'
1617
], function ($, mageTemplate, alert) {
1718
'use strict';
1819

0 commit comments

Comments
 (0)