|
6 | 6 | */
|
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 |
| - <scenario name="DeleteSavedCreditCardTest" firstStep="setupConfiguration"> |
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="proceedToCheckout" /> |
13 |
| - <step name="proceedToCheckout" module="Magento_Checkout" next="createCustomer" /> |
14 |
| - <step name="createCustomer" module="Magento_Customer" next="selectCheckoutMethod" /> |
15 |
| - <step name="selectCheckoutMethod" module="Magento_Checkout" next="fillShippingAddress" /> |
16 |
| - <step name="fillShippingAddress" module="Magento_Checkout" next="fillShippingMethod" /> |
17 |
| - <step name="fillShippingMethod" module="Magento_Checkout" next="selectPaymentMethod" /> |
18 |
| - <step name="selectPaymentMethod" module="Magento_Checkout" next="saveCreditCard" /> |
19 |
| - <step name="saveCreditCard" module="Magento_Vault" next="fillBillingInformation" /> |
20 |
| - <step name="fillBillingInformation" module="Magento_Checkout" next="placeOrder" /> |
21 |
| - <step name="placeOrder" module="Magento_Checkout" next="deleteCreditCardFromMyAccount" /> |
22 |
| - <step name="deleteCreditCardFromMyAccount" module="Magento_Vault" 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" /> |
27 |
| - </scenario> |
28 | 9 | <scenario name="UseVaultOnCheckoutTest" firstStep="setupConfiguration">
|
29 | 10 | <step name="setupConfiguration" module="Magento_Config" next="createProducts" />
|
30 | 11 | <step name="createProducts" module="Magento_Catalog" next="addProductsToTheCart" />
|
|
0 commit comments