Skip to content

Commit 17b8772

Browse files
committed
ACP2E-1673: run mftf with custom cron group setup
1 parent 8fd9d11 commit 17b8772

File tree

1 file changed

+10
-10
lines changed

1 file changed

+10
-10
lines changed

app/code/Magento/Sales/Test/Mftf/Test/AdminCreateOrdersAndCheckGridsTest.xml

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -56,13 +56,13 @@
5656
<requiredEntity createDataKey="createGuestCartOne"/>
5757
</updateData>
5858

59-
<magentoCLI command="cron:run --group=default" stepKey="runCronOne"/>
59+
<magentoCron groups="default" stepKey="runCronOne"/>
6060

6161
<createData entity="Invoice" stepKey="invoiceOrderOne">
6262
<requiredEntity createDataKey="createGuestCartOne"/>
6363
</createData>
6464

65-
<magentoCLI command="cron:run --group=default" stepKey="runCronTwo"/>
65+
<magentoCron groups="default" stepKey="runCronTwo"/>
6666

6767
<createData entity="GuestCart" stepKey="createGuestCartTwo"/>
6868
<createData entity="SimpleCartItem" stepKey="addCartItemTwo">
@@ -76,13 +76,13 @@
7676
<requiredEntity createDataKey="createGuestCartTwo"/>
7777
</updateData>
7878

79-
<magentoCLI command="cron:run --group=default" stepKey="runCronThree"/>
79+
<magentoCron groups="default" stepKey="runCronThree"/>
8080

8181
<createData entity="Shipment" stepKey="shipOrderOne">
8282
<requiredEntity createDataKey="createGuestCartOne"/>
8383
</createData>
8484

85-
<magentoCLI command="cron:run --group=default" stepKey="runCronFour"/>
85+
<magentoCron groups="default" stepKey="runCronFour"/>
8686

8787
<createData entity="GuestCart" stepKey="createGuestCartThree"/>
8888
<createData entity="SimpleCartItem" stepKey="addCartItemThree">
@@ -98,25 +98,25 @@
9898

9999
<wait time="60" stepKey="wait1" />
100100

101-
<magentoCLI command="cron:run --group=default" stepKey="runCronFive"/>
101+
<magentoCron groups="default" stepKey="runCronFive"/>
102102

103103
<createData entity="CreditMemo" stepKey="refundOrderOne">
104104
<requiredEntity createDataKey="createGuestCartOne"/>
105105
</createData>
106106

107-
<magentoCLI command="cron:run --group=default" stepKey="runCronSix"/>
107+
<magentoCron groups="default" stepKey="runCronSix"/>
108108

109109
<createData entity="Invoice" stepKey="invoiceOrderThree">
110110
<requiredEntity createDataKey="createGuestCartThree"/>
111111
</createData>
112112

113-
<magentoCLI command="cron:run --group=default" stepKey="runCronSeven"/>
113+
<magentoCron groups="default" stepKey="runCronSeven"/>
114114

115115
<createData entity="Shipment" stepKey="shipOrderTwo">
116116
<requiredEntity createDataKey="createGuestCartTwo"/>
117117
</createData>
118118

119-
<magentoCLI command="cron:run --group=default" stepKey="runCronEight"/>
119+
<magentoCron groups="default" stepKey="runCronEight"/>
120120

121121
<createData entity="Invoice" stepKey="invoiceOrderTwo">
122122
<requiredEntity createDataKey="createGuestCartTwo"/>
@@ -134,11 +134,11 @@
134134
<requiredEntity createDataKey="createGuestCartThree"/>
135135
</createData>
136136

137-
<magentoCLI command="cron:run --group=default" stepKey="runCronNine"/>
137+
<magentoCron groups="default" stepKey="runCronNine"/>
138138

139139
<wait time="60" stepKey="wait2" />
140140

141-
<magentoCLI command="cron:run --group=default" stepKey="runCronTen"/>
141+
<magentoCron groups="default" stepKey="runCronTen"/>
142142

143143
<actionGroup ref="AdminLoginActionGroup" stepKey="LoginAsAdmin"/>
144144

0 commit comments

Comments
 (0)