|
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="OnePageCheckoutTest" firstStep="setupConfiguration"> |
10 |
| - <step name="setupConfiguration" module="Magento_Core" next="createProducts"/> |
11 |
| - <step name="createProducts" module="Magento_Catalog" next="createTaxRule"/> |
12 |
| - <step name="createTaxRule" module="Magento_Tax" next="createRewardExchangeRates"/> |
13 |
| - <step name="addProductsToTheCart" module="Magento_Checkout" next="estimateShippingAndTax"/> |
14 |
| - <step name="estimateShippingAndTax" module="Magento_Checkout" next="applyGiftCard"/> |
15 |
| - <step name="proceedToCheckout" module="Magento_Checkout" next="createCustomer"/> |
16 |
| - <step name="createCustomer" module="Magento_Customer" next="applyCustomerBalanceToCustomer"/> |
17 |
| - <step name="selectCheckoutMethod" module="Magento_Checkout" next="fillBillingInformation"/> |
18 |
| - <step name="fillBillingInformation" module="Magento_Checkout" next="fillShippingMethod"/> |
19 |
| - <step name="fillShippingMethod" module="Magento_Checkout" next="selectStoreCredit"/> |
20 |
| - <step name="selectPaymentMethod" module="Magento_Checkout" next="placeOrder"/> |
21 |
| - <step name="placeOrder" module="Magento_Checkout"/> |
22 |
| - </scenario> |
| 9 | + <scenario name="OnePageCheckoutTest" firstStep="setupConfiguration"> |
| 10 | + <step name="setupConfiguration" module="Magento_Core" 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="proceedToCheckout"/> |
| 15 | + <step name="proceedToCheckout" module="Magento_Checkout" next="createCustomer"/> |
| 16 | + <step name="createCustomer" module="Magento_Customer" next="selectCheckoutMethod"/> |
| 17 | + <step name="selectCheckoutMethod" module="Magento_Checkout" next="fillBillingInformation"/> |
| 18 | + <step name="fillBillingInformation" module="Magento_Checkout" next="fillShippingMethod"/> |
| 19 | + <step name="fillShippingMethod" module="Magento_Checkout" next="selectPaymentMethod"/> |
| 20 | + <step name="selectPaymentMethod" module="Magento_Checkout" next="placeOrder"/> |
| 21 | + <step name="placeOrder" module="Magento_Checkout"/> |
| 22 | + </scenario> |
23 | 23 | </config>
|
0 commit comments