Skip to content

Commit 1dec780

Browse files
committed
MC-29942: [FT] Test StorefrontOrderPagerDisplayedTest fails on Jenkins
1 parent 3ba59bd commit 1dec780

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

app/code/Magento/ConfigurableProduct/Test/Mftf/Test/AdminCheckValidatorConfigurableProductTest.xml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,9 @@
4444
<argument name="ProductAttribute" value="productDropDownAttribute"/>
4545
</actionGroup>
4646
<actionGroup ref="logout" stepKey="logout"/>
47+
48+
<!-- Reindex invalidated indices after product attribute has been created/deleted -->
49+
<actionGroup ref="CliRunReindexUsingCronJobsActionGroup" stepKey="reindexInvalidatedIndices"/>
4750
</after>
4851

4952
<!-- Find the product that we just created using the product grid -->

app/code/Magento/Swatches/Test/Mftf/Test/AdminCreateImageSwatchTest.xml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,9 @@
2525
<after>
2626
<deleteData createDataKey="createCategory" stepKey="deleteCategory"/>
2727
<actionGroup ref="logout" stepKey="logout"/>
28+
29+
<!-- Reindex invalidated indices after product attribute has been created/deleted -->
30+
<actionGroup ref="CliRunReindexUsingCronJobsActionGroup" stepKey="reindexInvalidatedIndices"/>
2831
</after>
2932

3033
<!-- Begin creating a new product attribute of type "Image Swatch" -->

0 commit comments

Comments
 (0)