File tree Expand file tree Collapse file tree 1 file changed +1
-5
lines changed
app/code/Magento/Paypal/Test/Mftf/Test Expand file tree Collapse file tree 1 file changed +1
-5
lines changed Original file line number Diff line number Diff line change 16
16
<severity value =" CRITICAL" />
17
17
<testCaseId value =" AC-6149" />
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 -->
25
26
<!-- US Customer is created -->
26
27
<createData entity =" Simple_US_Customer" stepKey =" createCustomer" />
27
28
<actionGroup ref =" AdminLoginActionGroup" stepKey =" loginAsAdmin" />
28
- <!-- Configure Paypal Express Checkout -->
29
- <actionGroup ref =" AdminPayPalExpressCheckoutEnableActionGroup" stepKey =" ConfigPayPalExpress" >
30
- <argument name =" credentials" value =" SamplePaypalExpressConfig2" />
31
- </actionGroup >
32
29
</before >
33
30
<after >
34
- <magentoCLI command =" config:set payment/paypal_express/active 0" stepKey =" disablePayPalExpress" />
35
31
<deleteData createDataKey =" createCustomer" stepKey =" deleteCustomer" />
36
32
<deleteData createDataKey =" createProduct" stepKey =" deleteProduct" />
37
33
<actionGroup ref =" AdminLogoutActionGroup" stepKey =" logout" />
You can’t perform that action at this time.
0 commit comments