File tree Expand file tree Collapse file tree 1 file changed +2
-5
lines changed
app/code/Magento/Paypal/Test/Mftf/Test Expand file tree Collapse file tree 1 file changed +2
-5
lines changed Original file line number Diff line number Diff line change 15
15
<description value =" Place an order with discount coupon applied using paypal express checkout as payment method" />
16
16
<severity value =" CRITICAL" />
17
17
<testCaseId value =" AC-6152" />
18
+ <group value =" 3rd_party_integration" />
19
+ <group value =" paypalExpress" />
18
20
</annotations >
19
21
<before >
20
22
<!-- Simple product is created -->
29
31
<createData entity =" SimpleSalesRuleCoupon" stepKey =" createCouponForCartPriceRule" >
30
32
<requiredEntity createDataKey =" createCartPriceRule" />
31
33
</createData >
32
- <!-- Configure Paypal Express Checkout -->
33
- <actionGroup ref =" AdminPayPalExpressCheckoutEnableActionGroup" stepKey =" ConfigPayPalExpress" >
34
- <argument name =" credentials" value =" SamplePaypalExpressConfig2" />
35
- </actionGroup >
36
34
</before >
37
35
<after >
38
- <magentoCLI command =" config:set payment/paypal_express/active 0" stepKey =" disablePayPalExpress" />
39
36
<deleteData createDataKey =" createCustomer" stepKey =" deleteCustomer" />
40
37
<deleteData createDataKey =" createProduct" stepKey =" deleteProduct" />
41
38
<!-- Delete Cart Price Rule -->
You can’t perform that action at this time.
0 commit comments