Skip to content

Commit c2e2646

Browse files
authored
Merge pull request #5215 from magento-engcom/1.2-dev-tests
[Magento Community Engineering] Community Contributions - 2.4-develop - Commerce
2 parents 77040e5 + 581bb32 commit c2e2646

File tree

3 files changed

+5
-1
lines changed

3 files changed

+5
-1
lines changed

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

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,8 +33,9 @@
3333
<actionGroup ref="LoginAsAdmin" stepKey="loginAsAdmin"/>
3434
</before>
3535
<after>
36-
<deleteData createDataKey="attribute" stepKey="deleteAttribute"/>
3736
<deleteData createDataKey="product" stepKey="deleteProduct"/>
37+
<deleteData createDataKey="attribute" stepKey="deleteAttribute"/>
38+
<magentoCLI command="cron:run --group=index" stepKey="runCron"/>
3839
<actionGroup ref="logout" stepKey="logout"/>
3940
</after>
4041
<!-- Assert attribute presence in storefront product additional information -->

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

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

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

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -72,6 +72,8 @@
7272
<deleteData createDataKey="createConfigProductAttribute" stepKey="deleteConfigProductAttribute"/>
7373
<deleteData createDataKey="createCategory" stepKey="deleteCategory"/>
7474

75+
<magentoCLI command="cron:run --group=index" stepKey="runCron"/>
76+
7577
<!-- Log out -->
7678
<actionGroup ref="logout" stepKey="logout"/>
7779
</after>

0 commit comments

Comments
 (0)