Skip to content

Commit e10e1f5

Browse files
akaashakaash
authored andcommitted
Merge branch 'ACQE-5991' into ACQE-6098-functional-mainline-ce
2 parents 9e73e75 + ad9584c commit e10e1f5

File tree

1 file changed

+3
-5
lines changed

1 file changed

+3
-5
lines changed

app/code/Magento/Paypal/Test/Mftf/Test/StorefrontPaypalExpressCheckoutWithDiscountCouponTest.xml

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,9 @@
1515
<description value="Place an order with discount coupon applied using paypal express checkout as payment method"/>
1616
<severity value="CRITICAL"/>
1717
<testCaseId value="AC-6152"/>
18+
<group value="3rd_party_integration"/>
19+
<group value="paypalExpress"/>
20+
<group value="pr_exclude"/>
1821
</annotations>
1922
<before>
2023
<!-- Simple product is created -->
@@ -29,13 +32,8 @@
2932
<createData entity="SimpleSalesRuleCoupon" stepKey="createCouponForCartPriceRule">
3033
<requiredEntity createDataKey="createCartPriceRule"/>
3134
</createData>
32-
<!-- Configure Paypal Express Checkout -->
33-
<actionGroup ref="AdminPayPalExpressCheckoutEnableActionGroup" stepKey="ConfigPayPalExpress">
34-
<argument name="credentials" value="SamplePaypalExpressConfig2"/>
35-
</actionGroup>
3635
</before>
3736
<after>
38-
<magentoCLI command="config:set payment/paypal_express/active 0" stepKey="disablePayPalExpress"/>
3937
<deleteData createDataKey="createCustomer" stepKey="deleteCustomer"/>
4038
<deleteData createDataKey="createProduct" stepKey="deleteProduct"/>
4139
<!-- Delete Cart Price Rule -->

0 commit comments

Comments
 (0)