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.
1 parent 118fccd commit 25a93a3Copy full SHA for 25a93a3
app/code/Magento/Catalog/Test/Mftf/Data/ProductData.xml
@@ -1484,5 +1484,8 @@
1484
<requiredEntity type="product_extension_attribute">EavStockItem</requiredEntity>
1485
<requiredEntity type="custom_attribute_array">CustomAttributeCategoryIds</requiredEntity>
1486
</entity>
1487
-
1488
-</entities>
+ <entity name="ProductWithSpecialCharsInSKU" extends="SimpleProduct" type="product">
+ <data key="name">Simple Product with special characters in SKU</data>
1489
+ <data key="sku">s000&01</data>
1490
+ </entity>
1491
+</entities>
0 commit comments