File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
app/code/Magento/Config/Test/Mftf/Test Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 34
34
<actionGroup ref =" AdminSaveConfigActionGroup" stepKey =" saveConfiguration" />
35
35
<!-- Delete customer -->
36
36
<actionGroup ref =" AdminDeleteCustomerActionGroup" stepKey =" deleteCustomer" >
37
- <argument name =" customerEmail" value =" CustomerEntityOne .email" />
37
+ <argument name =" customerEmail" value =" Simple_US_Customer .email" />
38
38
</actionGroup >
39
39
<actionGroup ref =" AdminLogoutActionGroup" stepKey =" logoutAsAdmin" />
40
40
</after >
41
41
<!-- Create Customer -->
42
42
<actionGroup ref =" SignUpNewUserFromStorefrontActionGroup" stepKey =" signUpNewUser" >
43
- <argument name =" Customer" value =" CustomerEntityOne " />
43
+ <argument name =" Customer" value =" Simple_US_Customer " />
44
44
</actionGroup >
45
45
<!-- Login to Admin-->
46
46
<actionGroup ref =" AdminLoginActionGroup" stepKey =" adminLogin" />
63
63
<actionGroup ref =" AdminGridFilterApplyActionGroup" stepKey =" applyFilter" />
64
64
<!-- Customer *A* is present in the grid-->
65
65
<actionGroup ref =" AdminAssertCustomerInCustomersGrid" stepKey =" assertCustomer1InGrid" >
66
- <argument name =" text" value =" {{CustomerEntityOne .email}}" />
66
+ <argument name =" text" value =" {{Simple_US_Customer .email}}" />
67
67
<argument name =" row" value =" 1" />
68
68
</actionGroup >
69
69
</test >
You can’t perform that action at this time.
0 commit comments