File tree Expand file tree Collapse file tree 1 file changed +5
-1
lines changed
app/code/Magento/Paypal/Test/Mftf/Test Expand file tree Collapse file tree 1 file changed +5
-1
lines changed Original file line number Diff line number Diff line change 23
23
<createData entity =" SimpleProduct" stepKey =" simpleProduct" >
24
24
<requiredEntity createDataKey =" simpleCategory" />
25
25
</createData >
26
+ <!-- Create customer -->
27
+ <createData entity =" Simple_US_Customer_NY" stepKey =" customer" />
26
28
<!-- Login -->
27
29
<actionGroup ref =" AdminLoginActionGroup" stepKey =" login" />
28
30
<!-- Config PayPal Standard-->
46
48
<argument name =" tags" value =" config full_page" />
47
49
</actionGroup >
48
50
<!-- Navigate to Storefront-->
49
- <actionGroup ref =" StorefrontOpenHomePageActionGroup" stepKey =" goToStoreFront" />
51
+ <actionGroup ref =" LoginToStorefrontActionGroup" stepKey =" goToStoreFront" >
52
+ <argument name =" Customer" value =" $customer$" />
53
+ </actionGroup >
50
54
<actionGroup ref =" AssertStorefrontPaypalPaylaterActionGroup" stepKey =" verifyPaylaterInStorefrontCategoryPage" />
51
55
<!-- Disable Paypal Standard-->
52
56
<magentoCLI command =" config:set {{DisablePaypalPayStandard.path}} {{DisablePaypalPayStandard.value}}" stepKey =" disablePayPalStandard" />
You can’t perform that action at this time.
0 commit comments