File tree Expand file tree Collapse file tree 1 file changed +6
-1
lines changed
app/code/Magento/Paypal/Test/Mftf/Test Expand file tree Collapse file tree 1 file changed +6
-1
lines changed Original file line number Diff line number Diff line change 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-->
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" />
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" />
You can’t perform that action at this time.
0 commit comments