File tree Expand file tree Collapse file tree 2 files changed +3
-2
lines changed
app/code/Magento/User/Test/Mftf/Test Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Original file line number Diff line number Diff line change 14
14
<stories value =" Delete Admin User" />
15
15
<title value =" Admin user is able to delete a user account" />
16
16
<description value =" Admin user is able to delete a user account" />
17
+ <testCaseId value =" MC-14270" />
17
18
<group value =" user" />
18
19
<group value =" mtf_migrated" />
19
20
</annotations >
20
21
21
22
<before >
22
23
<!-- Create New Admin User-->
23
- <executeJS function =" return '{{DefaultAdminUser.password}}'" stepKey =" adminPassword" />
24
24
<createData entity =" NewAdminUser" stepKey =" user" >
25
- <field key =" current_password" >{$adminPassword }</field >
25
+ <field key =" current_password" >{{DefaultAdminUser.password} }</field >
26
26
</createData >
27
27
28
28
<actionGroup ref =" LoginAsAdmin" stepKey =" logIn" />
Original file line number Diff line number Diff line change 14
14
<stories value =" Delete Admin User" />
15
15
<title value =" Admin user is not able to delete the own account" />
16
16
<description value =" Admin user is not able to delete the own account" />
17
+ <testCaseId value =" MC-14271" />
17
18
<group value =" user" />
18
19
<group value =" mtf_migrated" />
19
20
</annotations >
You can’t perform that action at this time.
0 commit comments