Skip to content

Commit 2f27966

Browse files
committed
MQE-1686: Paypal integration test leveraging Adobe Vault - PayPalSmartButtonInCheckoutPage
fixed formatting issues
1 parent fb19aa1 commit 2f27966

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

app/code/Magento/Paypal/Test/Mftf/ActionGroup/PayPalExpressCheckoutConfigurationActionGroup.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
* See COPYING.txt for license details.
66
*/
77
-->
8+
89
<actionGroups xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
910
xsi:noNamespaceSchemaLocation="urn:magento:mftf:Test/etc/actionGroupSchema.xsd">
1011
<actionGroup name="ConfigPayPalExpressCheckout">

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

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,6 @@
5252
<!-- TODO: Below step will be replaced with createData once MQE-1561 is completed -->
5353
<actionGroup ref="ConfigPayPalExpressCheckout" stepKey="configPayPalExpressCheckout"/>
5454

55-
5655
<!-- Set skip order review -->
5756
<magentoCLI command="config:set payment/paypal_express/skip_order_review_step 1" stepKey="enableSkipOrderReview"/>
5857

@@ -73,4 +72,4 @@
7372
<!-- I see order successful Page instead of Order Review Page -->
7473
<actionGroup ref="VerifyCheckoutSuccessActionGroup" stepKey="verifyCheckoutSuccess"/>
7574
</test>
76-
</tests>
75+
</tests>

0 commit comments

Comments
 (0)