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 24
24
<requiredEntity createDataKey =" simpleCategory" />
25
25
</createData >
26
26
<!-- Create customer -->
27
- <createData entity =" Simple_US_Customer_NY " stepKey =" customer " />
27
+ <createData entity =" Simple_US_Customer " stepKey =" createCustomer " />
28
28
<!-- Login -->
29
29
<actionGroup ref =" AdminLoginActionGroup" stepKey =" login" />
30
30
<!-- Config PayPal Standard-->
36
36
<after >
37
37
<deleteData createDataKey =" simpleProduct" stepKey =" deleteProduct" />
38
38
<deleteData createDataKey =" simpleCategory" stepKey =" deleteCategory" />
39
+ <deleteData createDataKey =" createCustomer" stepKey =" deleteCustomer" />
39
40
<actionGroup ref =" AdminLogoutActionGroup" stepKey =" logout" />
40
41
</after >
41
42
<actionGroup ref =" AdminEnablePaypalStandardPaylaterActionGroup" stepKey =" enablePaypalStandard" />
49
50
</actionGroup >
50
51
<!-- Navigate to Storefront-->
51
52
<actionGroup ref =" LoginToStorefrontActionGroup" stepKey =" goToStoreFront" >
52
- <argument name =" Customer" value =" $customer $" />
53
+ <argument name =" Customer" value =" $createCustomer $" />
53
54
</actionGroup >
54
55
<actionGroup ref =" AssertStorefrontPaypalPaylaterActionGroup" stepKey =" verifyPaylaterInStorefrontCategoryPage" />
55
56
<!-- Disable Paypal Standard-->
You can’t perform that action at this time.
0 commit comments