Skip to content

Commit 390a36f

Browse files
pavanpavan
authored andcommitted
Changed actiongroup
1 parent 6d7f2c4 commit 390a36f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
<field key="price">10.00</field>
2525
</createData>
2626
<!-- US Customer is created -->
27-
<!-- <createData entity="Simple_US_Customer" stepKey="createCustomer"/>-->
27+
<createData entity="Simple_US_Customer" stepKey="createCustomer"/>
2828
<actionGroup ref="AdminLoginActionGroup" stepKey="loginAsAdmin"/>
2929
<!-- Configure Paypal Express Checkout -->
3030
<actionGroup ref="AdminPayPalExpressCheckoutEnableActionGroup" stepKey="ConfigPayPalExpress">
@@ -53,7 +53,7 @@
5353
<magentoCLI command="config:set payment/paypal_express/active 0" stepKey="disablePayPalExpress"/>
5454
<deleteData createDataKey="createProduct" stepKey="deleteProduct"/>
5555
<deleteData createDataKey="createCategory" stepKey="deleteCategory"/>
56-
<!-- <deleteData createDataKey="createCustomer" stepKey="deleteCustomer"/>-->
56+
<deleteData createDataKey="createCustomer" stepKey="deleteCustomer"/>
5757
<!-- Go to the tax rule page and delete the row created-->
5858
<actionGroup ref="AdminTaxRuleGridOpenPageActionGroup" stepKey="goToTaxRulesPageA"/>
5959
<actionGroup ref="deleteEntitySecondaryGrid" stepKey="deleteRule">

0 commit comments

Comments
 (0)