File tree Expand file tree Collapse file tree 1 file changed +8
-4
lines changed
app/code/Magento/Checkout/Test/Mftf/Test Expand file tree Collapse file tree 1 file changed +8
-4
lines changed Original file line number Diff line number Diff line change 28
28
29
29
<createData entity =" ApiSalesRule" stepKey =" createCartPriceRule" >
30
30
<field key =" discount_amount" >100</field >
31
- </createData >
31
+ </createData >
32
32
<createData entity =" ApiSalesRuleCoupon" stepKey =" createCartPriceRuleCoupon" >
33
33
<requiredEntity createDataKey =" createCartPriceRule" />
34
34
</createData >
35
35
36
36
<actionGroup ref =" AdminLoginActionGroup" stepKey =" loginAsAdmin" />
37
-
37
+
38
38
</before >
39
39
40
40
<after >
63
63
<grabTextFrom selector =" {{CheckoutSuccessMainSection.orderNumber}}" stepKey =" grabOrderNumber" />
64
64
65
65
<actionGroup ref =" AdminOrdersPageOpenActionGroup" stepKey =" navigateToSalesOrderPage" />
66
-
66
+
67
+ <actionGroup ref =" FilterOrderGridByIdActionGroup" stepKey =" filterOrderGridByIdRefund" >
68
+ <argument name =" orderId" value =" $grabOrderNumber" />
69
+ </actionGroup >
70
+
67
71
<actionGroup ref =" AdminCheckOrderStatusInGridActionGroup" stepKey =" seeOrderStatusInGrid" >
68
72
<argument name =" orderId" value =" $grabOrderNumber" />
69
73
<argument name =" status" value =" Processing" />
70
74
</actionGroup >
71
-
75
+
72
76
</test >
73
77
</tests >
You can’t perform that action at this time.
0 commit comments