Skip to content

Commit 4e7f4d9

Browse files
pavanpavan
authored andcommitted
Changes done as per latest comments
1 parent f2ee0b1 commit 4e7f4d9

File tree

1 file changed

+6
-5
lines changed

1 file changed

+6
-5
lines changed

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

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@
1616
<severity value="CRITICAL"/>
1717
<testCaseId value="AC-6150"/>
1818
<group value="3rd_party_integration"/>
19+
<group value="paypalExpress"/>
1920
</annotations>
2021
<before>
2122
<!-- Simple product is created and assigned to category -->
@@ -27,10 +28,10 @@
2728
<!-- US Customer is created -->
2829
<createData entity="Simple_US_Customer" stepKey="createCustomer"/>
2930
<actionGroup ref="AdminLoginActionGroup" stepKey="loginAsAdmin"/>
30-
<!-- Configure Paypal Express Checkout -->
31-
<actionGroup ref="AdminPayPalExpressCheckoutEnableActionGroup" stepKey="ConfigPayPalExpress">
32-
<argument name="credentials" value="SamplePaypalExpressConfig2"/>
33-
</actionGroup>
31+
<!-- &lt;!&ndash; Configure Paypal Express Checkout &ndash;&gt;-->
32+
<!-- <actionGroup ref="AdminPayPalExpressCheckoutEnableActionGroup" stepKey="ConfigPayPalExpress">-->
33+
<!-- <argument name="credentials" value="SamplePaypalExpressConfig2"/>-->
34+
<!-- </actionGroup>-->
3435
<!--Add new tax rates. Go to tax rule page -->
3536
<actionGroup ref="AddNewTaxRuleActionGroup" stepKey="addFirstTaxRuleActionGroup"/>
3637
<fillField stepKey="fillRuleName" selector="{{AdminTaxRulesSection.ruleName}}" userInput="{{TaxRule.name}}"/>
@@ -51,7 +52,7 @@
5152
<!-- Roll back configuration -->
5253
<magentoCLI command="config:set {{EnableFlatRateConfigData.path}} {{EnableFlatRateConfigData.value}}" stepKey="enableFlatRate"/>
5354
<magentoCLI command="config:set {{DisableFreeShippingConfigData.path}} {{DisableFreeShippingConfigData.value}}" stepKey="disableFreeShipping"/>
54-
<magentoCLI command="config:set payment/paypal_express/active 0" stepKey="disablePayPalExpress"/>
55+
<!-- <magentoCLI command="config:set payment/paypal_express/active 0" stepKey="disablePayPalExpress"/>-->
5556
<deleteData createDataKey="createProduct" stepKey="deleteProduct"/>
5657
<deleteData createDataKey="createCategory" stepKey="deleteCategory"/>
5758
<deleteData createDataKey="createCustomer" stepKey="deleteCustomer"/>

0 commit comments

Comments
 (0)