Skip to content

Commit 6a3dc98

Browse files
Keerthana81187nikhilsharma-adobe
authored andcommitted
ACQE-5991 : Update StorefrontPaypalExpressCheckoutWithDiscountCouponTest with required annotations
1 parent cf19891 commit 6a3dc98

File tree

1 file changed

+2
-5
lines changed

1 file changed

+2
-5
lines changed

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

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,8 @@
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"/>
1820
</annotations>
1921
<before>
2022
<!-- Simple product is created -->
@@ -29,13 +31,8 @@
2931
<createData entity="SimpleSalesRuleCoupon" stepKey="createCouponForCartPriceRule">
3032
<requiredEntity createDataKey="createCartPriceRule"/>
3133
</createData>
32-
<!-- Configure Paypal Express Checkout -->
33-
<actionGroup ref="AdminPayPalExpressCheckoutEnableActionGroup" stepKey="ConfigPayPalExpress">
34-
<argument name="credentials" value="SamplePaypalExpressConfig2"/>
35-
</actionGroup>
3634
</before>
3735
<after>
38-
<magentoCLI command="config:set payment/paypal_express/active 0" stepKey="disablePayPalExpress"/>
3936
<deleteData createDataKey="createCustomer" stepKey="deleteCustomer"/>
4037
<deleteData createDataKey="createProduct" stepKey="deleteProduct"/>
4138
<!-- Delete Cart Price Rule -->

0 commit comments

Comments
 (0)