Skip to content

Commit f7be180

Browse files
committed
B2B-1967: [AWS Aurora] [MFTF]: Investigate CE Build Test Failures
- Fixing flaky tests
1 parent b19561d commit f7be180

File tree

3 files changed

+10
-3
lines changed

3 files changed

+10
-3
lines changed

app/code/Magento/Bundle/Test/Mftf/Test/StorefrontVerifyDynamicBundleProductPricesForCombinationOfOptionsTest.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -165,7 +165,7 @@
165165
<scrollToTopOfPage stepKey="scrollToTop"/>
166166
<actionGroup ref="AdminSaveCategoryActionGroup" stepKey="saveTaxOptions"/>
167167

168-
<see userInput="You saved the configuration." selector="{{AdminCategoryMessagesSection.SuccessMessage}}" stepKey="seeSuccess"/>
168+
<waitForText userInput="You saved the configuration." selector="{{AdminCategoryMessagesSection.SuccessMessage}}" stepKey="seeSuccess"/>
169169

170170
<actionGroup ref="CliIndexerReindexActionGroup" stepKey="reindex">
171171
<argument name="indices" value="cataloginventory_stock catalog_product_price"/>

app/code/Magento/Customer/Test/Mftf/Test/AdminVerifyCustomerAddressRequiredFieldsTest.xml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,9 @@
2020

2121
<before>
2222
<createData entity="Simple_Customer_Without_Address" stepKey="createCustomer"/>
23+
<actionGroup ref="CliIndexerReindexActionGroup" stepKey="reindex">
24+
<argument name="indices" value="customer_grid"/>
25+
</actionGroup>
2326
<actionGroup ref="AdminLoginActionGroup" stepKey="loginToAdminPanel"/>
2427
</before>
2528
<after>

app/code/Magento/Search/Test/Mftf/Test/StorefrontVerifySearchSuggestionByProductDescriptionTest.xml

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,8 +26,12 @@
2626
<!-- Create product with description -->
2727
<createData entity="SimpleProductWithDescription" stepKey="simpleProduct"/>
2828

29-
<comment userInput="Adding the comment to replace CliIndexerReindexActionGroup action group ('indexer:reindex' commands) for preserving Backward Compatibility" stepKey="reindex"/>
30-
<comment userInput="Adding the comment to replace CliCacheFlushActionGroup action group ('cache:flush' command) for preserving Backward Compatibility" stepKey="flushCache"/>
29+
<actionGroup ref="CliIndexerReindexActionGroup" stepKey="reindex">
30+
<argument name="indices" value=""/>
31+
</actionGroup>
32+
<actionGroup ref="CliCacheCleanActionGroup" stepKey="flushCache">
33+
<argument name="tags" value="full_page"/>
34+
</actionGroup>
3135
</before>
3236
<after>
3337
<!-- Delete created product -->

0 commit comments

Comments
 (0)