Skip to content

Commit 572be6a

Browse files
ACQE-7264: AdminConfigPaymentsStandardTest
Modified customer
1 parent f073cd5 commit 572be6a

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

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

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
<requiredEntity createDataKey="simpleCategory"/>
2525
</createData>
2626
<!-- Create customer -->
27-
<createData entity="Simple_US_Customer_NY" stepKey="customer"/>
27+
<createData entity="Simple_US_Customer" stepKey="createCustomer"/>
2828
<!-- Login -->
2929
<actionGroup ref="AdminLoginActionGroup" stepKey="login"/>
3030
<!--Config PayPal Standard-->
@@ -36,6 +36,7 @@
3636
<after>
3737
<deleteData createDataKey="simpleProduct" stepKey="deleteProduct"/>
3838
<deleteData createDataKey="simpleCategory" stepKey="deleteCategory"/>
39+
<deleteData createDataKey="createCustomer" stepKey="deleteCustomer"/>
3940
<actionGroup ref="AdminLogoutActionGroup" stepKey="logout"/>
4041
</after>
4142
<actionGroup ref="AdminEnablePaypalStandardPaylaterActionGroup" stepKey="enablePaypalStandard"/>
@@ -49,7 +50,7 @@
4950
</actionGroup>
5051
<!--Navigate to Storefront-->
5152
<actionGroup ref="LoginToStorefrontActionGroup" stepKey="goToStoreFront">
52-
<argument name="Customer" value="$customer$"/>
53+
<argument name="Customer" value="$createCustomer$"/>
5354
</actionGroup>
5455
<actionGroup ref="AssertStorefrontPaypalPaylaterActionGroup" stepKey="verifyPaylaterInStorefrontCategoryPage"/>
5556
<!--Disable Paypal Standard-->

0 commit comments

Comments
 (0)