We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents f5f6b61 + c02e0a1 commit bc783ffCopy full SHA for bc783ff
dev/tests/integration/testsuite/Magento/Swatches/Controller/Adminhtml/Product/AttributeTest.php
@@ -103,7 +103,7 @@ private function getSwatchTextDataSet(int $optionsCount) : array
103
$optionRowData = [];
104
$optionRowData['optiontext']['order'][$optionId] = $i + 1;
105
$optionRowData['defaulttext'][] = $optionId;
106
- $optionRowData['swatchtext']['value'][$optionId] = 'x' . $i ;
+ $optionRowData['swatchtext']['value'][$optionId][] = 'x' . $i ;
107
$optionRowData['optiontext']['value'][$optionId][0] = 'value_' . $i . '_admin';
108
$optionRowData['optiontext']['value'][$optionId][1]= $expectedOptionLabelOnStoreView;
109
$optionRowData['optiontext']['delete'][$optionId]='';
0 commit comments