Skip to content

Commit 06914ef

Browse files
committed
Fix invalid cron:run replacements
1 parent 1bc8a31 commit 06914ef

6 files changed

+6
-6
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@
8080
<requiredEntity createDataKey="secondSimpleProductForFixedWithAttribute"/>
8181
</createData>
8282

83-
<magentoCron stepKey="runCronIndex" groups="index"/>
83+
<magentoCron stepKey="runCron"/>
8484
<actionGroup ref="AdminLoginActionGroup" stepKey="loginAsAdmin"/>
8585
</before>
8686
<after>

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@
4848
<requiredEntity createDataKey="createSecondSimpleProduct"/>
4949
</updateData>
5050

51-
<magentoCron stepKey="runCronIndex" groups="index"/>
51+
<magentoCron stepKey="runCron"/>
5252
<actionGroup ref="AdminLoginActionGroup" stepKey="loginAsAdmin"/>
5353
</before>
5454
<after>

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@
9898
<argument name="attributeData" value="$$createConfigProduct.sku$$"/>
9999
</actionGroup>
100100

101-
<magentoCron stepKey="runCronIndex" groups="index"/>
101+
<magentoCron stepKey="runCron"/>
102102

103103
<grabTextFrom selector="{{AdminExportAttributeSection.exportFileNameByPosition('0')}}" stepKey="grabNameFile"/>
104104

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,7 @@
113113
<argument name="attributeData" value="$$createConfigProduct.sku$$"/>
114114
</actionGroup>
115115

116-
<magentoCron stepKey="runCronIndex" groups="index"/>
116+
<magentoCron stepKey="runCron"/>
117117

118118
<grabTextFrom selector="{{AdminExportAttributeSection.exportFileNameByPosition('0')}}" stepKey="grabNameFile"/>
119119

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@
9797
<!-- Export created below products -->
9898
<actionGroup ref="ExportAllProductsActionGroup" stepKey="exportCreatedProducts"/>
9999

100-
<magentoCron stepKey="runCronIndex" groups="index"/>
100+
<magentoCron stepKey="runCron"/>
101101

102102
<grabTextFrom selector="{{AdminExportAttributeSection.exportFileNameByPosition('0')}}" stepKey="grabNameFile"/>
103103

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
<requiredEntity createDataKey="createAttributeSet"/>
2929
</createData>
3030

31-
<magentoCron stepKey="runCronIndex" groups="index"/>
31+
<magentoCron stepKey="runCron"/>
3232
<actionGroup ref="AdminLoginActionGroup" stepKey="loginAsAdmin"/>
3333
</before>
3434
<after>

0 commit comments

Comments
 (0)