Skip to content

Commit 54a1eb4

Browse files
committed
MTA-3891: Add variation for Close a Sales Order Paid with PayPal Payments Pro
1 parent bcba9bc commit 54a1eb4

File tree

1 file changed

+15
-0
lines changed
  • dev/tests/functional/tests/app/Magento/Sales/Test/etc

1 file changed

+15
-0
lines changed

dev/tests/functional/tests/app/Magento/Sales/Test/etc/testcase.xml

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -100,4 +100,19 @@
100100
<step name="createInvoice" module="Magento_Sales" next="createOnlineCreditMemo" />
101101
<step name="createOnlineCreditMemo" module="Magento_Sales" />
102102
</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>
103118
</config>

0 commit comments

Comments
 (0)