File tree Expand file tree Collapse file tree 1 file changed +4
-5
lines changed
app/code/Magento/CatalogImportExport/Test/Mftf/Test Expand file tree Collapse file tree 1 file changed +4
-5
lines changed Original file line number Diff line number Diff line change 28
28
<requiredEntity createDataKey =" createAttributeSet" />
29
29
</createData >
30
30
31
- <magentoCron stepKey =" runCron" />
31
+ <magentoCLI command =" cron:run" arguments =" --group index" stepKey =" cronRun" />
32
+ <magentoCLI command =" cron:run" arguments =" --group index" stepKey =" cronRunToStartReindex" />
32
33
<actionGroup ref =" AdminLoginActionGroup" stepKey =" loginAsAdmin" />
33
34
</before >
34
35
<after >
48
49
<!-- Export created below products -->
49
50
<actionGroup ref =" ExportAllProductsActionGroup" stepKey =" exportCreatedProducts" />
50
51
51
- <magentoCron stepKey =" runCronIndex" groups =" index" />
52
-
53
- <wait stepKey =" waitForReindexing" time =" 60" />
52
+ <!-- Start message queue for export consumer -->
53
+ <actionGroup ref =" AdminStartMessageQueueConsumerActionGroup" stepKey =" startMessageQueue" />
54
54
<reloadPage stepKey =" pageReload" />
55
55
<waitForPageLoad stepKey =" waitForPageLoaded" />
56
-
57
56
<grabTextFrom selector =" {{AdminExportAttributeSection.exportFileNameByPosition('0')}}" stepKey =" grabNameFile" />
58
57
59
58
<!-- Download product -->
You can’t perform that action at this time.
0 commit comments