Skip to content

Commit b0e688a

Browse files
committed
ACQE-4435 : Product attribute labels and values display on multiple store views
Added reindex commands
1 parent 38bf4e7 commit b0e688a

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

app/code/Magento/Catalog/Test/Mftf/Test/AdminAttributeLabelsValueDisplayOnMultipleStoreViewsTest.xml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -302,6 +302,12 @@
302302
<argument name="newStoreViewValue" value="Price_DE_new"/>
303303
</actionGroup>
304304
<actionGroup ref="AdminSaveProductAttributeActionGroup" stepKey="saveAttributeForPriceAttribute"/>
305+
<actionGroup ref="CliIndexerReindexActionGroup" stepKey="reindex">
306+
<argument name="indices" value="catalogsearch_fulltext catalog_category_product catalog_product_price catalogrule_rule"/>
307+
</actionGroup>
308+
<actionGroup ref="CliCacheCleanActionGroup" stepKey="cleanCache">
309+
<argument name="tags" value="config full_page"/>
310+
</actionGroup>
305311
<!-- again to storefront pdp page on germany store view -->
306312
<actionGroup ref="StorefrontOpenProductEntityPageActionGroup" stepKey="againOpenProductPageOnStorefront">
307313
<argument name="product" value="$$createProduct$$"/>

0 commit comments

Comments
 (0)