Skip to content

Commit c915c42

Browse files
committed
MC-249: Guest customer should be able to search configurable product by attributes of child products
- Remove conflicting unique suffix
1 parent 310a398 commit c915c42

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dev/tests/acceptance/tests/functional/Magento/FunctionalTest/Catalog/Data/ProductAttributeData.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@
7474
<requiredEntity type="FrontendLabel">ProductAttributeFrontendLabel</requiredEntity>
7575
</entity>
7676
<entity name="productAttributeWithDropdownTwoOptions" type="ProductAttribute">
77-
<data key="attribute_code" unique="suffix">testattribute</data>
77+
<data key="attribute_code">testattribute</data>
7878
<data key="frontend_input">select</data>
7979
<data key="scope">global</data>
8080
<data key="is_required">false</data>

0 commit comments

Comments
 (0)