Skip to content

Commit 0c36ccd

Browse files
committed
MC-11386: Verify Category Product and Product Category partial reindex
1 parent f2e71a2 commit 0c36ccd

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -118,6 +118,6 @@
118118
<data key="include_in_menu">true</data>
119119
</entity>
120120
<entity name="SubCategoryNonAnchor" extends="SubCategoryWithParent">
121-
<requiredEntity type="custom_attribute">CustomAttributeCategoryIsAnchor</requiredEntity>
121+
<requiredEntity type="custom_attribute">CustomAttributeCategoryNonAnchor</requiredEntity>
122122
</entity>
123123
</entities>

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@
5151
<data key="attribute_code">short_description</data>
5252
<data key="value">Short Fixedtest 555</data>
5353
</entity>
54-
<entity name="CustomAttributeCategoryIsAnchor" type="custom_attribute">
54+
<entity name="CustomAttributeCategoryNonAnchor" type="custom_attribute">
5555
<data key="attribute_code">is_anchor</data>
5656
<data key="value">0</data>
5757
</entity>

0 commit comments

Comments
 (0)