Skip to content

Commit 6a7b179

Browse files
committed
#26331: Deliver commerce and B2B tests refactoring
1 parent 1beb836 commit 6a7b179

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@
3535
<after>
3636
<deleteData createDataKey="product" stepKey="deleteProduct"/>
3737
<deleteData createDataKey="attribute" stepKey="deleteAttribute"/>
38-
<magentoCLI command="indexer:reindex" stepKey="reindex"/>
38+
<magentoCLI command="cron:run --group=index" stepKey="runCron"/>
3939
<actionGroup ref="logout" stepKey="logout"/>
4040
</after>
4141
<!-- Assert attribute presence in storefront product additional information -->

app/code/Magento/ConfigurableProduct/Test/Mftf/Test/AdminCreateAndSwitchProductType.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -148,7 +148,7 @@
148148
<actionGroup ref="ResetProductGridToDefaultViewActionGroup" stepKey="resetSearch"/>
149149
<deleteData createDataKey="createPreReqCategory" stepKey="deletePreReqCategory"/>
150150
<deleteData stepKey="deleteAttribute" createDataKey="createConfigProductAttribute"/>
151-
<magentoCLI command="indexer:reindex" stepKey="reindex"/>
151+
<magentoCLI command="cron:run --group=index" stepKey="runCron"/>
152152
<actionGroup ref="logout" stepKey="logout"/>
153153
</after>
154154
<!-- Create configurable product from downloadable product page-->

app/code/Magento/ConfigurableProduct/Test/Mftf/Test/AdminCreateConfigurableProductWithThreeProductDontDisplayOutOfStockProductsTest.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@
7272
<deleteData createDataKey="createConfigProductAttribute" stepKey="deleteConfigProductAttribute"/>
7373
<deleteData createDataKey="createCategory" stepKey="deleteCategory"/>
7474

75-
<magentoCLI command="indexer:reindex" stepKey="reindex"/>
75+
<magentoCLI command="cron:run --group=index" stepKey="runCron"/>
7676

7777
<!-- Log out -->
7878
<actionGroup ref="logout" stepKey="logout"/>

0 commit comments

Comments
 (0)