Skip to content

Commit 37b5352

Browse files
committed
MC-13613: Product mass update
1 parent 05f0bdf commit 37b5352

6 files changed

+20
-2
lines changed

app/code/Magento/CatalogImportExport/Test/Mftf/Test/AdminExportBundleProductTest.xml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -115,6 +115,9 @@
115115
<!-- Export created below products -->
116116
<actionGroup ref="exportAllProducts" stepKey="exportCreatedProducts"/>
117117

118+
<!-- Run cron -->
119+
<magentoCLI command="cron:run" stepKey="runCron3"/>
120+
118121
<!-- Download product -->
119122
<actionGroup ref="downloadFileByRowIndex" stepKey="downloadCreatedProducts">
120123
<argument name="rowIndex" value="0"/>

app/code/Magento/CatalogImportExport/Test/Mftf/Test/AdminExportGroupedProductWithSpecialPriceTest.xml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -80,6 +80,9 @@
8080
<!-- Export created below products -->
8181
<actionGroup ref="exportAllProducts" stepKey="exportCreatedProducts"/>
8282

83+
<!-- Run cron -->
84+
<magentoCLI command="cron:run" stepKey="runCron3"/>
85+
8386
<!-- Download product -->
8487
<actionGroup ref="downloadFileByRowIndex" stepKey="downloadCreatedProducts">
8588
<argument name="rowIndex" value="0"/>

app/code/Magento/CatalogImportExport/Test/Mftf/Test/AdminExportSimpleAndConfigurableProductsWithCustomOptionsTest.xml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -107,9 +107,12 @@
107107
<argument name="attributeData" value="$$createConfigProduct.sku$$"/>
108108
</actionGroup>
109109

110+
<!-- Run cron -->
111+
<magentoCLI command="cron:run" stepKey="runCron3"/>
112+
110113
<!-- Download product -->
111114
<actionGroup ref="downloadFileByRowIndex" stepKey="downloadCreatedProducts">
112115
<argument name="rowIndex" value="0"/>
113116
</actionGroup>
114117
</test>
115-
</tests>
118+
</tests>

app/code/Magento/CatalogImportExport/Test/Mftf/Test/AdminExportSimpleProductAndConfigurableProductsWithAssignedImagesTest.xml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -123,9 +123,12 @@
123123
<argument name="attributeData" value="$$createConfigProduct.sku$$"/>
124124
</actionGroup>
125125

126+
<!-- Run cron -->
127+
<magentoCLI command="cron:run" stepKey="runCron3"/>
128+
126129
<!-- Download product -->
127130
<actionGroup ref="downloadFileByRowIndex" stepKey="downloadCreatedProducts">
128131
<argument name="rowIndex" value="0"/>
129132
</actionGroup>
130133
</test>
131-
</tests>
134+
</tests>

app/code/Magento/CatalogImportExport/Test/Mftf/Test/AdminExportSimpleProductAssignedToMainWebsiteAndConfigurableProductAssignedToCustomWebsiteTest.xml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -105,6 +105,9 @@
105105
<!-- Export created below products -->
106106
<actionGroup ref="exportAllProducts" stepKey="exportCreatedProducts"/>
107107

108+
<!-- Run cron -->
109+
<magentoCLI command="cron:run" stepKey="runCron3"/>
110+
108111
<!-- Download product -->
109112
<actionGroup ref="downloadFileByRowIndex" stepKey="downloadCreatedProducts">
110113
<argument name="rowIndex" value="0"/>

app/code/Magento/CatalogImportExport/Test/Mftf/Test/AdminExportSimpleProductWithCustomAttributeTest.xml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -57,6 +57,9 @@
5757
<!-- Export created below products -->
5858
<actionGroup ref="exportAllProducts" stepKey="exportCreatedProducts"/>
5959

60+
<!-- Run cron -->
61+
<magentoCLI command="cron:run" stepKey="runCron3"/>
62+
6063
<!-- Download product -->
6164
<actionGroup ref="downloadFileByRowIndex" stepKey="downloadCreatedProducts">
6265
<argument name="rowIndex" value="0"/>

0 commit comments

Comments
 (0)