File tree Expand file tree Collapse file tree 2 files changed +8
-5
lines changed
app/code/Magento/Bundle/Test/Mftf/Test Expand file tree Collapse file tree 2 files changed +8
-5
lines changed Original file line number Diff line number Diff line change 23
23
<actionGroup ref =" AdminLoginActionGroup" stepKey =" login" />
24
24
<createData entity =" SimpleProduct2" stepKey =" simpleProduct1" />
25
25
<createData entity =" SimpleProduct2" stepKey =" simpleProduct2" />
26
-
27
- <magentoCron stepKey =" runCronIndex" groups =" index" />
26
+ <actionGroup ref =" CliIndexerReindexActionGroup" stepKey =" runCronIndex" >
27
+ <argument name =" indices" value =" " />
28
+ </actionGroup >
28
29
</before >
29
30
<after >
30
31
<!-- Delete the bundled product -->
93
94
<!-- Save product and go to storefront -->
94
95
<actionGroup ref =" SaveProductFormActionGroup" stepKey =" saveProduct" />
95
96
96
- <wait stepKey = " waitBeforeIndexerAfterBundle " time = " 60 " />
97
+ <comment userInput = " BIC workaround " stepKey = " waitBeforeIndexerAfterBundle " />
97
98
<actionGroup ref =" CliIndexerReindexActionGroup" stepKey =" runCronIndexerAfterBundle" >
98
99
<argument name =" indices" value =" " />
99
100
</actionGroup >
Original file line number Diff line number Diff line change 22
22
<actionGroup ref =" AdminLoginActionGroup" stepKey =" login" />
23
23
<createData entity =" SimpleProduct2" stepKey =" createProduct1" />
24
24
<createData entity =" SimpleProduct2" stepKey =" createProduct2" />
25
- <magentoCron stepKey =" runCronIndex" groups =" index" />
25
+ <actionGroup ref =" CliIndexerReindexActionGroup" stepKey =" runCronIndex" >
26
+ <argument name =" indices" value =" " />
27
+ </actionGroup >
26
28
</before >
27
29
<after >
28
30
<!-- Delete the bundled product -->
71
73
<!-- Save product and go to storefront -->
72
74
<actionGroup ref =" SaveProductFormActionGroup" stepKey =" saveProduct" />
73
75
74
- <wait stepKey = " waitBeforeIndexerAfterBundle " time = " 60 " />
76
+ <comment userInput = " BIC workaround " stepKey = " waitBeforeIndexerAfterBundle " />
75
77
<actionGroup ref =" CliIndexerReindexActionGroup" stepKey =" runCronIndexerAfterBundle" >
76
78
<argument name =" indices" value =" " />
77
79
</actionGroup >
You can’t perform that action at this time.
0 commit comments