Skip to content
Snippets Groups Projects
Commit 54a1eb4b authored by Roman Liukshyn's avatar Roman Liukshyn
Browse files

MTA-3891: Add variation for Close a Sales Order Paid with PayPal Payments Pro

parent bcba9bcf
Branches
No related merge requests found
......@@ -100,4 +100,19 @@
<step name="createInvoice" module="Magento_Sales" next="createOnlineCreditMemo" />
<step name="createOnlineCreditMemo" module="Magento_Sales" />
</scenario>
<scenario name="CloseOrderTest" firstStep="setupConfiguration">
<step name="setupConfiguration" module="Magento_Config" next="createProducts" />
<step name="createProducts" module="Magento_Catalog" next="createTaxRule" />
<step name="createTaxRule" module="Magento_Tax" next="addProductsToTheCart" />
<step name="addProductsToTheCart" module="Magento_Checkout" next="proceedToCheckout" />
<step name="proceedToCheckout" module="Magento_Checkout" next="createCustomer" />
<step name="createCustomer" module="Magento_Customer" next="selectCheckoutMethod" />
<step name="selectCheckoutMethod" module="Magento_Checkout" next="fillShippingAddress"/>
<step name="fillShippingAddress" module="Magento_Checkout" next="fillShippingMethod" />
<step name="fillShippingMethod" module="Magento_Checkout" next="selectPaymentMethod" />
<step name="selectPaymentMethod" module="Magento_Checkout" next="placeOrder" />
<step name="placeOrder" module="Magento_Checkout" next="createInvoice" />
<step name="createInvoice" module="Magento_Sales" next="createShipment" />
<step name="createShipment" module="Magento_Sales" />
</scenario>
</config>
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment