|
16 | 16 | <severity value="CRITICAL"/>
|
17 | 17 | <testCaseId value="AC-6150"/>
|
18 | 18 | <group value="3rd_party_integration"/>
|
| 19 | + <group value="paypalExpress"/> |
19 | 20 | </annotations>
|
20 | 21 | <before>
|
21 | 22 | <!-- Simple product is created and assigned to category -->
|
|
27 | 28 | <!-- US Customer is created -->
|
28 | 29 | <createData entity="Simple_US_Customer" stepKey="createCustomer"/>
|
29 | 30 | <actionGroup ref="AdminLoginActionGroup" stepKey="loginAsAdmin"/>
|
30 |
| - <!-- Configure Paypal Express Checkout --> |
31 |
| - <actionGroup ref="AdminPayPalExpressCheckoutEnableActionGroup" stepKey="ConfigPayPalExpress"> |
32 |
| - <argument name="credentials" value="SamplePaypalExpressConfig2"/> |
33 |
| - </actionGroup> |
| 31 | +<!-- <!– Configure Paypal Express Checkout –>--> |
| 32 | +<!-- <actionGroup ref="AdminPayPalExpressCheckoutEnableActionGroup" stepKey="ConfigPayPalExpress">--> |
| 33 | +<!-- <argument name="credentials" value="SamplePaypalExpressConfig2"/>--> |
| 34 | +<!-- </actionGroup>--> |
34 | 35 | <!--Add new tax rates. Go to tax rule page -->
|
35 | 36 | <actionGroup ref="AddNewTaxRuleActionGroup" stepKey="addFirstTaxRuleActionGroup"/>
|
36 | 37 | <fillField stepKey="fillRuleName" selector="{{AdminTaxRulesSection.ruleName}}" userInput="{{TaxRule.name}}"/>
|
|
51 | 52 | <!-- Roll back configuration -->
|
52 | 53 | <magentoCLI command="config:set {{EnableFlatRateConfigData.path}} {{EnableFlatRateConfigData.value}}" stepKey="enableFlatRate"/>
|
53 | 54 | <magentoCLI command="config:set {{DisableFreeShippingConfigData.path}} {{DisableFreeShippingConfigData.value}}" stepKey="disableFreeShipping"/>
|
54 |
| - <magentoCLI command="config:set payment/paypal_express/active 0" stepKey="disablePayPalExpress"/> |
| 55 | +<!-- <magentoCLI command="config:set payment/paypal_express/active 0" stepKey="disablePayPalExpress"/>--> |
55 | 56 | <deleteData createDataKey="createProduct" stepKey="deleteProduct"/>
|
56 | 57 | <deleteData createDataKey="createCategory" stepKey="deleteCategory"/>
|
57 | 58 | <deleteData createDataKey="createCustomer" stepKey="deleteCustomer"/>
|
|
0 commit comments