Skip to content

Commit fb3bd3f

Browse files
committed
MQE-1424: Stabilize mtf-eol branch
1 parent 9fba225 commit fb3bd3f

File tree

2 files changed

+5
-3
lines changed

2 files changed

+5
-3
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -111,15 +111,15 @@
111111
</actionGroup>
112112
<waitForPageLoad stepKey="waitForTheProductToLoad"/>
113113
<checkOption selector="{{AdminAddProductsToGroupPanel.firstCheckbox}}" stepKey="selectTheSimpleProduct2"/>
114-
<click stepKey="addSelectedProduct" selector="{{AdminAddRelatedProductsModalSection.AddSelectedProductsButton}}"/>
114+
<click stepKey="addSelectedProduct" selector="{{AdminAddRelatedProductsModalSection.AddUpSellProductsButton}}"/>
115115
<waitForPageLoad stepKey="waitForProductToBeAdded"/>
116116
<click stepKey="clickOnAddUpSellProductsButton" selector="{{AdminProductFormRelatedUpSellCrossSellSection.addUpSellProduct}}"/>
117117
<actionGroup ref="filterProductGridBySku2" stepKey="filterConfigurableProduct">
118118
<argument name="sku" value="$$createConfigProduct.sku$$"/>
119119
</actionGroup>
120120
<waitForPageLoad stepKey="waitForTheConfigProductToLoad"/>
121121
<checkOption selector="{{AdminAddProductsToGroupPanel.firstCheckbox}}" stepKey="selectTheConfigProduct"/>
122-
<click stepKey="addSelectedProductButton" selector="{{AdminAddRelatedProductsModalSection.AddSelectedProductsButton}}"/>
122+
<click stepKey="addSelectedProductButton" selector="{{AdminAddRelatedProductsModalSection.AddUpSellProductsButton}}"/>
123123
<waitForPageLoad stepKey="waitForConfigProductToBeAdded"/>
124124
<click stepKey="clickOnRelatedProducts1" selector="{{AdminProductFormRelatedUpSellCrossSellSection.relatedProductsHeader}}"/>
125125
<click stepKey="clickOnSaveButton" selector="{{AdminProductFormActionSection.saveButton}}"/>

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

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,14 +41,16 @@
4141
<magentoCLI command="cron:run" stepKey="runCron2"/>
4242
</before>
4343
<after>
44+
<magentoCLI stepKey="setFlatCatalogCategory" command="config:set catalog/frontend/flat_catalog_category 0 "/>
45+
<magentoCLI stepKey="setIndexersMode" command="indexer:set-mode" arguments="realtime" />
46+
<magentoCLI stepKey="indexerReindex" command="indexer:reindex" />
4447
<deleteData stepKey="deleteCategory" createDataKey="createCategory"/>
4548
<actionGroup ref="AdminDeleteStoreViewActionGroup" stepKey="deleteStoreViewEn">
4649
<argument name="customStore" value="customStoreEN"/>
4750
</actionGroup>
4851
<actionGroup ref="AdminDeleteStoreViewActionGroup" stepKey="deleteStoreViewFr">
4952
<argument name="customStore" value="customStoreFR"/>
5053
</actionGroup>
51-
<magentoCLI stepKey="setFlatCatalogCategory" command="config:set catalog/frontend/flat_catalog_category 0 "/>
5254
<actionGroup ref="logout" stepKey="logout"/>
5355
</after>
5456
<!--Verify Category is not listed in navigation menu-->

0 commit comments

Comments
 (0)