Skip to content

Commit 9a87962

Browse files
author
Roman Liukshyn
committed
MTA-560: Re-factor Tests for Online Onepage Checkout
- revert testcase.xml from previous commit
1 parent a9e285d commit 9a87962

File tree

1 file changed

+4
-4
lines changed
  • dev/tests/functional/tests/app/Magento/Checkout/Test/etc

1 file changed

+4
-4
lines changed

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

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -9,14 +9,14 @@
99
<scenario name="OnePageCheckoutTest" firstStep="setupConfiguration">
1010
<step name="setupConfiguration" module="Magento_Core" next="createProducts"/>
1111
<step name="createProducts" module="Magento_Catalog" next="createTaxRule"/>
12-
<step name="createTaxRule" module="Magento_Tax" next="addProductsToTheCart"/>
12+
<step name="createTaxRule" module="Magento_Tax" next="createRewardExchangeRates"/>
1313
<step name="addProductsToTheCart" module="Magento_Checkout" next="estimateShippingAndTax"/>
14-
<step name="estimateShippingAndTax" module="Magento_Checkout" next="proceedToCheckout"/>
14+
<step name="estimateShippingAndTax" module="Magento_Checkout" next="applyGiftCard"/>
1515
<step name="proceedToCheckout" module="Magento_Checkout" next="createCustomer"/>
16-
<step name="createCustomer" module="Magento_Customer" next="selectCheckoutMethod"/>
16+
<step name="createCustomer" module="Magento_Customer" next="applyCustomerBalanceToCustomer"/>
1717
<step name="selectCheckoutMethod" module="Magento_Checkout" next="fillBillingInformation"/>
1818
<step name="fillBillingInformation" module="Magento_Checkout" next="fillShippingMethod"/>
19-
<step name="fillShippingMethod" module="Magento_Checkout" next="selectPaymentMethod"/>
19+
<step name="fillShippingMethod" module="Magento_Checkout" next="selectStoreCredit"/>
2020
<step name="selectPaymentMethod" module="Magento_Checkout" next="placeOrder"/>
2121
<step name="placeOrder" module="Magento_Checkout"/>
2222
</scenario>

0 commit comments

Comments
 (0)