Skip to content

Commit deade5d

Browse files
committed
MC-8724: Verify Category Product and Product Category partial reindex
1 parent 71c2d12 commit deade5d

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
@@ -48,6 +48,6 @@
4848
<data key="url_key" unique="suffix">bags</data>
4949
</entity>
5050
<entity name="SubCategoryNonAnchor" extends="SubCategoryWithParent">
51-
<requiredEntity type="custom_attribute">CustomAttributeCategoryIsAnchor</requiredEntity>
51+
<requiredEntity type="custom_attribute">CustomAttributeCategoryNonAnchor</requiredEntity>
5252
</entity>
5353
</entities>

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@
3636
<data key="attribute_code">news_from_date</data>
3737
<data key="value">2018-05-17 00:00:00</data>
3838
</entity>
39-
<entity name="CustomAttributeCategoryIsAnchor" type="custom_attribute">
39+
<entity name="CustomAttributeCategoryNonAnchor" type="custom_attribute">
4040
<data key="attribute_code">is_anchor</data>
4141
<data key="value">0</data>
4242
</entity>

0 commit comments

Comments
 (0)