|
7 | 7 | -->
|
8 | 8 | <config xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="../../../../../../vendor/magento/mtf/Magento/Mtf/TestCase/etc/testcase.xsd">
|
9 | 9 | <scenario name="UseVaultOnCheckoutTest" firstStep="setupConfiguration">
|
10 |
| - <step name="setupConfiguration" module="Magento_Config" next="createProducts"/> |
11 |
| - <step name="createProducts" module="Magento_Catalog" next="createTaxRule"/> |
12 |
| - <step name="createTaxRule" module="Magento_Tax" next="addProductsToTheCart"/> |
13 |
| - <step name="addProductsToTheCart" module="Magento_Checkout" next="estimateShippingAndTax"/> |
14 |
| - <step name="estimateShippingAndTax" module="Magento_Checkout" next="clickProceedToCheckout"/> |
15 |
| - <step name="clickProceedToCheckout" module="Magento_Checkout" next="createCustomer"/> |
16 |
| - <step name="createCustomer" module="Magento_Customer" next="selectCheckoutMethod"/> |
17 |
| - <step name="selectCheckoutMethod" module="Magento_Checkout" next="fillShippingAddress"/> |
18 |
| - <step name="fillShippingAddress" module="Magento_Checkout" next="fillShippingMethod"/> |
19 |
| - <step name="fillShippingMethod" module="Magento_Checkout" next="selectPaymentMethod"/> |
20 |
| - <step name="selectPaymentMethod" module="Magento_Checkout" next="saveCreditCard"/> |
21 |
| - <step name="saveCreditCard" module="Magento_Vault" next="fillBillingInformation"/> |
22 |
| - <step name="fillBillingInformation" module="Magento_Checkout" next="placeOrder"/> |
23 |
| - <step name="placeOrder" module="Magento_Checkout" next="addProductsToTheCartVault"/> |
24 |
| - <step name="addProductsToTheCartVault" alias="addProductsToTheCart" module="Magento_Checkout" next="estimateShippingAndTaxVault"/> |
25 |
| - <step name="estimateShippingAndTaxVault" alias="estimateShippingAndTax" module="Magento_Checkout" next="clickProceedToCheckoutVault"/> |
26 |
| - <step name="clickProceedToCheckoutVault" alias="clickProceedToCheckout" module="Magento_Checkout" next="fillShippingMethodVault"/> |
27 |
| - <step name="fillShippingMethodVault" alias="fillShippingMethod" module="Magento_Checkout" next="useSavedCreditCard"/> |
28 |
| - <step name="useSavedCreditCard" module="Magento_Vault" next="placeOrderVault"/> |
29 |
| - <step name="placeOrderVault" alias="placeOrder" module="Magento_Checkout"/> |
| 10 | + <step name="setupConfiguration" module="Magento_Config" next="createProducts" /> |
| 11 | + <step name="createProducts" module="Magento_Catalog" next="addProductsToTheCart" /> |
| 12 | + <step name="addProductsToTheCart" module="Magento_Checkout" next="estimateShippingAndTax" /> |
| 13 | + <step name="estimateShippingAndTax" module="Magento_Checkout" next="clickProceedToCheckout" /> |
| 14 | + <step name="clickProceedToCheckout" module="Magento_Checkout" next="createCustomer" /> |
| 15 | + <step name="createCustomer" module="Magento_Customer" next="selectCheckoutMethod" /> |
| 16 | + <step name="selectCheckoutMethod" module="Magento_Checkout" next="fillShippingAddress" /> |
| 17 | + <step name="fillShippingAddress" module="Magento_Checkout" next="fillShippingMethod" /> |
| 18 | + <step name="fillShippingMethod" module="Magento_Checkout" next="selectPaymentMethod" /> |
| 19 | + <step name="selectPaymentMethod" module="Magento_Checkout" next="saveCreditCard" /> |
| 20 | + <step name="saveCreditCard" module="Magento_Vault" next="fillBillingInformation" /> |
| 21 | + <step name="fillBillingInformation" module="Magento_Checkout" next="placeOrder" /> |
| 22 | + <step name="placeOrder" module="Magento_Checkout" next="addProductsToTheCartVault" /> |
| 23 | + <step name="addProductsToTheCartVault" alias="addProductsToTheCart" module="Magento_Checkout" next="estimateShippingAndTaxVault" /> |
| 24 | + <step name="estimateShippingAndTaxVault" alias="estimateShippingAndTax" module="Magento_Checkout" next="clickProceedToCheckoutVault" /> |
| 25 | + <step name="clickProceedToCheckoutVault" alias="clickProceedToCheckout" module="Magento_Checkout" next="fillShippingMethodVault" /> |
| 26 | + <step name="fillShippingMethodVault" alias="fillShippingMethod" module="Magento_Checkout" next="useSavedCreditCard" /> |
| 27 | + <step name="useSavedCreditCard" module="Magento_Vault" next="placeOrderVault" /> |
| 28 | + <step name="placeOrderVault" alias="placeOrder" module="Magento_Checkout" /> |
30 | 29 | </scenario>
|
31 | 30 | </config>
|
0 commit comments