Skip to content

Commit d1fa242

Browse files
committed
MC-22079: MFTF tests stabilization - StorefrontAddProductsToCartFromWishlistUsingSidebarTest, StorefrontGuestCheckoutTestWithRestrictedCountriesForPayment
1 parent 32e7781 commit d1fa242

File tree

3 files changed

+5
-1
lines changed

3 files changed

+5
-1
lines changed

app/code/Magento/CatalogRule/Test/Mftf/Test/ApplyCatalogPriceRuleByProductAttributeTest.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -229,6 +229,7 @@
229229
<!-- Run cron twice -->
230230
<magentoCLI command="cron:run" stepKey="runCron1"/>
231231
<magentoCLI command="cron:run" stepKey="runCron2"/>
232+
<magentoCLI command="cache:flush" stepKey="flushCache"/>
232233

233234
<!-- Go to Frontend and open the simple product -->
234235
<amOnPage url="{{StorefrontProductPage.url($$createFirstProduct.sku$$)}}" stepKey="amOnSimpleProductPage"/>

app/code/Magento/Checkout/Test/Mftf/Test/StorefrontGuestCheckoutTest.xml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,8 @@
113113
</createData>
114114
<magentoCLI stepKey="allowSpecificValue" command="config:set payment/checkmo/allowspecific 1" />
115115
<magentoCLI stepKey="specificCountryValue" command="config:set payment/checkmo/specificcountry GB" />
116-
116+
<magentoCLI command="indexer:reindex" stepKey="reindex"/>
117+
<magentoCLI command="cache:flush" stepKey="flushCache"/>
117118
</before>
118119
<after>
119120
<actionGroup ref="logout" stepKey="adminLogout"/>

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

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,8 @@
2626
<requiredEntity createDataKey="categorySecond"/>
2727
</createData>
2828
<createData entity="Simple_US_Customer" stepKey="customer"/>
29+
<magentoCLI command="indexer:reindex" stepKey="reindex"/>
30+
<magentoCLI command="cache:flush" stepKey="flushCache"/>
2931
</before>
3032
<after>
3133
<deleteData createDataKey="simpleProduct1" stepKey="deleteSimpleProduct1"/>

0 commit comments

Comments
 (0)