Skip to content

Commit a4a37fb

Browse files
committed
ACQE-5749:Place an order using paypal express checkout as payment method
1 parent e3be935 commit a4a37fb

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

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

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@
1616
<severity value="CRITICAL"/>
1717
<testCaseId value="AC-6149"/>
1818
<group value="3rd_party_integration"/>
19+
<group value="paypalExpress"/>
1920
</annotations>
2021
<before>
2122
<!-- Simple product is created and assigned to category -->
@@ -25,13 +26,8 @@
2526
<!-- US Customer is created -->
2627
<createData entity="Simple_US_Customer" stepKey="createCustomer"/>
2728
<actionGroup ref="AdminLoginActionGroup" stepKey="loginAsAdmin"/>
28-
<!-- Configure Paypal Express Checkout -->
29-
<actionGroup ref="AdminPayPalExpressCheckoutEnableActionGroup" stepKey="ConfigPayPalExpress">
30-
<argument name="credentials" value="SamplePaypalExpressConfig2"/>
31-
</actionGroup>
3229
</before>
3330
<after>
34-
<magentoCLI command="config:set payment/paypal_express/active 0" stepKey="disablePayPalExpress"/>
3531
<deleteData createDataKey="createCustomer" stepKey="deleteCustomer"/>
3632
<deleteData createDataKey="createProduct" stepKey="deleteProduct"/>
3733
<actionGroup ref="AdminLogoutActionGroup" stepKey="logout"/>

0 commit comments

Comments
 (0)