Skip to content

Commit 25a93a3

Browse files
committed
ACP2E-1444: [Page Builder] Product widget does not work with SKUs containing '&'
1 parent 118fccd commit 25a93a3

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

app/code/Magento/Catalog/Test/Mftf/Data/ProductData.xml

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1484,5 +1484,8 @@
14841484
<requiredEntity type="product_extension_attribute">EavStockItem</requiredEntity>
14851485
<requiredEntity type="custom_attribute_array">CustomAttributeCategoryIds</requiredEntity>
14861486
</entity>
1487-
1488-
</entities>
1487+
<entity name="ProductWithSpecialCharsInSKU" extends="SimpleProduct" type="product">
1488+
<data key="name">Simple Product with special characters in SKU</data>
1489+
<data key="sku">s000&amp;01</data>
1490+
</entity>
1491+
</entities>

0 commit comments

Comments
 (0)