Skip to content

Commit 556f02e

Browse files
shanthishanthi
authored andcommitted
ACQE-6250: Added test suite and revoked change for payment action
1 parent c9d651f commit 556f02e

File tree

1 file changed

+3
-5
lines changed

1 file changed

+3
-5
lines changed

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

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -15,19 +15,17 @@
1515
<description value="Placing an order with paypal express checkout payment option and the payment action as Ordered and assert the data in order page of admin. "/>
1616
<severity value="MAJOR"/>
1717
<testCaseId value="AC-6159"/>
18-
<group value="3rd_party_integration" />
18+
<group value="3rd_party_integration"/>
19+
<group value="paypalExpress"/>
1920
</annotations>
2021
<before>
2122
<createData entity="SimpleProduct" stepKey="simpleProduct"/>
2223
<createData entity="Simple_US_Customer" stepKey="createCustomer"/>
2324
<magentoCLI command="config:set {{StorefrontPaypalExpressOrderPaymentActionOptionConfigData.path}} {{StorefrontPaypalExpressOrderPaymentActionOptionConfigData.value}}" stepKey="setPaymentActionOrder"/>
2425
<actionGroup ref="AdminLoginActionGroup" stepKey="loginAsAdmin"/>
25-
<actionGroup ref="AdminPayPalExpressCheckoutEnableActionGroup" stepKey="ConfigPayPalExpress">
26-
<argument name="credentials" value="SamplePaypalExpressConfig2"/>
27-
</actionGroup>
2826
</before>
2927
<after>
30-
<magentoCLI command="config:set payment/paypal_express/active 0" stepKey="disablePayPalExpress"/>
28+
<magentoCLI command="config:set {{StorefrontPaypalExpressAuthorizationPaymentActionOptionConfigData.path}} {{StorefrontPaypalExpressAuthorizationPaymentActionOptionConfigData.value}}" stepKey="setPaymentActionBackToAuthorization"/>
3129
<deleteData createDataKey="simpleProduct" stepKey="deleteProduct"/>
3230
<deleteData createDataKey="createCustomer" stepKey="deleteCustomer"/>
3331
<actionGroup ref="AdminOrdersPageOpenActionGroup" stepKey="navigateToSalesOrderPage"/>

0 commit comments

Comments
 (0)