Skip to content

Commit aa7665b

Browse files
MC-20534: Migrate remaining failed MFTF tests to SearchEngineMysqlSuite
1 parent db1771d commit aa7665b

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

app/code/Magento/Catalog/Test/Mftf/Test/StorefrontProductNameWithDoubleQuote.xml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -117,8 +117,7 @@
117117
<waitForPageLoad stepKey="waitforCategoryPageToLoad2"/>
118118

119119
<!--Open product display page-->
120-
<click selector="{{StorefrontCategoryProductSection.ProductTitleByNumber('1')}}" stepKey="goToProduct2DisplayPage"/>
121-
<!--<click selector="{{StorefrontCategoryProductSection.ProductTitleByName(productWithHTMLEntityOne.name)}}" stepKey="clickProductToGoProductPage"/>-->
120+
<click selector="{{StorefrontCategoryProductSection.ProductTitleByName(productWithHTMLEntityTwo.name)}}" stepKey="clickProductToGoSecondProductPage"/>
122121
<waitForPageLoad stepKey="waitForProductDisplayPageLoad3"/>
123122

124123
<!--Verify the breadcrumbs on Product Display page-->

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

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,8 @@
2626
<field key="price">100.00</field>
2727
<requiredEntity createDataKey="createCategory"/>
2828
</createData>
29+
<magentoCLI command="indexer:reindex" stepKey="reindex"/>
30+
<magentoCLI command="cache:flush" stepKey="flushCache"/>
2931
</before>
3032
<after>
3133
<deleteData createDataKey="createSimpleProduct" stepKey="deleteSimpleProduct"/>

0 commit comments

Comments
 (0)