Skip to content

Commit c251f18

Browse files
committed
MAGETWO-72172: [2.3] Disabled variation of configurable product can be added to shopping cart via admin
- fix unstable mftf tests
1 parent e231421 commit c251f18

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

app/code/Magento/Downloadable/Test/Mftf/Test/AdminCreateDownloadableProductWithDefaultSetLinksTest.xml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -74,6 +74,8 @@
7474

7575
<!-- Save product -->
7676
<actionGroup ref="saveProductForm" stepKey="saveProduct"/>
77+
<magentoCLI command="indexer:reindex" stepKey="reindex"/>
78+
<magentoCLI command="cache:flush" stepKey="flushCache"/>
7779

7880
<!-- Find downloadable product in grid -->
7981
<amOnPage url="{{AdminProductIndexPage.url}}" stepKey="visitAdminProductPage"/>

app/code/Magento/Wishlist/Test/Mftf/Test/StorefrontAddProductsToCartFromWishlistUsingSidebarTest.xml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,13 +25,17 @@
2525
<createData entity="SimpleProduct" stepKey="simpleProduct2">
2626
<requiredEntity createDataKey="categorySecond"/>
2727
</createData>
28+
<magentoCLI command="indexer:reindex" stepKey="reindex"/>
29+
<magentoCLI command="cache:flush" stepKey="flushCache"/>
2830
<createData entity="Simple_US_Customer" stepKey="customer"/>
2931
</before>
3032
<after>
3133
<deleteData createDataKey="simpleProduct1" stepKey="deleteSimpleProduct1"/>
3234
<deleteData createDataKey="simpleProduct2" stepKey="deleteSimpleProduct2"/>
3335
<deleteData createDataKey="categoryFirst" stepKey="deleteCategoryFirst"/>
3436
<deleteData createDataKey="categorySecond" stepKey="deleteCategorySecond"/>
37+
<magentoCLI command="indexer:reindex" stepKey="reindex"/>
38+
<magentoCLI command="cache:flush" stepKey="flushCache"/>
3539
<deleteData createDataKey="customer" stepKey="deleteCustomer"/>
3640
</after>
3741
<!-- Sign in as customer -->

0 commit comments

Comments
 (0)