File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
dev/tests/functional/tests/app/Magento/Checkout/Test/etc Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 9
9
<scenario name =" OnePageCheckoutTest" firstStep =" setupConfiguration" >
10
10
<step name =" setupConfiguration" module =" Magento_Core" next =" createProducts" />
11
11
<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 " />
13
13
<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 " />
15
15
<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 " />
17
17
<step name =" selectCheckoutMethod" module =" Magento_Checkout" next =" fillBillingInformation" />
18
18
<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 " />
20
20
<step name =" selectPaymentMethod" module =" Magento_Checkout" next =" placeOrder" />
21
21
<step name =" placeOrder" module =" Magento_Checkout" />
22
22
</scenario >
You can’t perform that action at this time.
0 commit comments