Skip to content

Commit 9360d2a

Browse files
authored
Merge pull request #100 from magento-arcticfoxes/MC-20337
Merging MC-20337 to MC-19451 branch
2 parents ce49a3a + 0669c88 commit 9360d2a

File tree

3 files changed

+9
-0
lines changed

3 files changed

+9
-0
lines changed

Diff for: app/code/Magento/ConfigurableProduct/Test/Mftf/Test/AdminConfigurableProductLongSkuTest.xml

+3
Original file line numberDiff line numberDiff line change
@@ -87,6 +87,9 @@
8787
<see selector="{{AdminProductFormConfigurationsSection.currentVariationsSkuCells}}" userInput="LongSku-$$getConfigAttributeOption2.label$$" stepKey="seeChildProductSku2"/>
8888
<see selector="{{AdminProductFormConfigurationsSection.currentVariationsPriceCells}}" userInput="{{ProductWithLongNameSku.price}}" stepKey="seeConfigurationsPrice"/>
8989

90+
<!--Run re-index task-->
91+
<magentoCLI command="indexer:reindex" stepKey="reindex"/>
92+
9093
<!--Assert storefront category list page-->
9194
<amOnPage url="/" stepKey="amOnStorefront"/>
9295
<waitForPageLoad stepKey="waitForStorefrontLoad"/>

Diff for: app/code/Magento/ConfigurableProduct/Test/Mftf/Test/AdminCreateConfigurableProductWithImagesTest.xml

+3
Original file line numberDiff line numberDiff line change
@@ -129,6 +129,9 @@
129129
<!-- Save product -->
130130
<actionGroup ref="saveConfigurableProductAddToCurrentAttributeSet" stepKey="saveProduct"/>
131131

132+
<!--Run re-index task-->
133+
<magentoCLI command="indexer:reindex" stepKey="reindex"/>
134+
132135
<!-- Assert configurable product in category -->
133136
<amOnPage url="$$createCategory.name$$.html" stepKey="amOnCategoryPage"/>
134137
<waitForPageLoad stepKey="waitForCategoryPageLoad"/>

Diff for: app/code/Magento/ConfigurableProduct/Test/Mftf/Test/StorefrontVerifyConfigurableProductLayeredNavigationTest.xml

+3
Original file line numberDiff line numberDiff line change
@@ -135,6 +135,9 @@
135135
<waitForPageLoad stepKey="waitForPageLoad1"/>
136136
<see selector="{{AdminCategoryMessagesSection.SuccessMessage}}" userInput="You saved the product." stepKey="messageYouSavedTheProductIsShown"/>
137137

138+
<!--Run re-index task-->
139+
<magentoCLI command="indexer:reindex" stepKey="reindex"/>
140+
138141
<!--Open Category in Store Front and select product attribute option from sidebar -->
139142
<actionGroup ref="SelectStorefrontSideBarAttributeOption" stepKey="selectStorefrontProductAttributeOption">
140143
<argument name="categoryName" value="$$createCategory.name$$"/>

0 commit comments

Comments
 (0)