Skip to content

Commit 8b9f36a

Browse files
Merge branch 'ACQE-7264' into ACQE-Version1-functional-mainline-deployment
2 parents a7a321d + 572be6a commit 8b9f36a

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

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

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,8 @@
2323
<createData entity="SimpleProduct" stepKey="simpleProduct">
2424
<requiredEntity createDataKey="simpleCategory"/>
2525
</createData>
26+
<!-- Create customer -->
27+
<createData entity="Simple_US_Customer" stepKey="createCustomer"/>
2628
<!-- Login -->
2729
<actionGroup ref="AdminLoginActionGroup" stepKey="login"/>
2830
<!--Config PayPal Standard-->
@@ -34,6 +36,7 @@
3436
<after>
3537
<deleteData createDataKey="simpleProduct" stepKey="deleteProduct"/>
3638
<deleteData createDataKey="simpleCategory" stepKey="deleteCategory"/>
39+
<deleteData createDataKey="createCustomer" stepKey="deleteCustomer"/>
3740
<actionGroup ref="AdminLogoutActionGroup" stepKey="logout"/>
3841
</after>
3942
<actionGroup ref="AdminEnablePaypalStandardPaylaterActionGroup" stepKey="enablePaypalStandard"/>
@@ -46,7 +49,9 @@
4649
<argument name="tags" value="config full_page"/>
4750
</actionGroup>
4851
<!--Navigate to Storefront-->
49-
<actionGroup ref="StorefrontOpenHomePageActionGroup" stepKey="goToStoreFront"/>
52+
<actionGroup ref="LoginToStorefrontActionGroup" stepKey="goToStoreFront">
53+
<argument name="Customer" value="$createCustomer$"/>
54+
</actionGroup>
5055
<actionGroup ref="AssertStorefrontPaypalPaylaterActionGroup" stepKey="verifyPaylaterInStorefrontCategoryPage"/>
5156
<!--Disable Paypal Standard-->
5257
<magentoCLI command="config:set {{DisablePaypalPayStandard.path}} {{DisablePaypalPayStandard.value}}" stepKey="disablePayPalStandard"/>

0 commit comments

Comments
 (0)