File tree Expand file tree Collapse file tree 1 file changed +3
-5
lines changed
app/code/Magento/Paypal/Test/Mftf/Test Expand file tree Collapse file tree 1 file changed +3
-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" />
20
+ <group value =" pr_exclude" />
18
21
</annotations >
19
22
<before >
20
23
<!-- Simple product is created -->
29
32
<createData entity =" SimpleSalesRuleCoupon" stepKey =" createCouponForCartPriceRule" >
30
33
<requiredEntity createDataKey =" createCartPriceRule" />
31
34
</createData >
32
- <!-- Configure Paypal Express Checkout -->
33
- <actionGroup ref =" AdminPayPalExpressCheckoutEnableActionGroup" stepKey =" ConfigPayPalExpress" >
34
- <argument name =" credentials" value =" SamplePaypalExpressConfig2" />
35
- </actionGroup >
36
35
</before >
37
36
<after >
38
- <magentoCLI command =" config:set payment/paypal_express/active 0" stepKey =" disablePayPalExpress" />
39
37
<deleteData createDataKey =" createCustomer" stepKey =" deleteCustomer" />
40
38
<deleteData createDataKey =" createProduct" stepKey =" deleteProduct" />
41
39
<!-- Delete Cart Price Rule -->
You can’t perform that action at this time.
0 commit comments