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