File tree Expand file tree Collapse file tree 1 file changed +15
-0
lines changed
dev/tests/functional/tests/app/Magento/Sales/Test/etc Expand file tree Collapse file tree 1 file changed +15
-0
lines changed Original file line number Diff line number Diff line change 100
100
<step name =" createInvoice" module =" Magento_Sales" next =" createOnlineCreditMemo" />
101
101
<step name =" createOnlineCreditMemo" module =" Magento_Sales" />
102
102
</scenario >
103
+ <scenario name =" CloseOrderTest" firstStep =" setupConfiguration" >
104
+ <step name =" setupConfiguration" module =" Magento_Config" next =" createProducts" />
105
+ <step name =" createProducts" module =" Magento_Catalog" next =" createTaxRule" />
106
+ <step name =" createTaxRule" module =" Magento_Tax" next =" addProductsToTheCart" />
107
+ <step name =" addProductsToTheCart" module =" Magento_Checkout" next =" proceedToCheckout" />
108
+ <step name =" proceedToCheckout" module =" Magento_Checkout" next =" createCustomer" />
109
+ <step name =" createCustomer" module =" Magento_Customer" next =" selectCheckoutMethod" />
110
+ <step name =" selectCheckoutMethod" module =" Magento_Checkout" next =" fillShippingAddress" />
111
+ <step name =" fillShippingAddress" module =" Magento_Checkout" next =" fillShippingMethod" />
112
+ <step name =" fillShippingMethod" module =" Magento_Checkout" next =" selectPaymentMethod" />
113
+ <step name =" selectPaymentMethod" module =" Magento_Checkout" next =" placeOrder" />
114
+ <step name =" placeOrder" module =" Magento_Checkout" next =" createInvoice" />
115
+ <step name =" createInvoice" module =" Magento_Sales" next =" createShipment" />
116
+ <step name =" createShipment" module =" Magento_Sales" />
117
+ </scenario >
103
118
</config >
You can’t perform that action at this time.
0 commit comments