Skip to content

Commit 58f9a56

Browse files
committed
1 parent 3e7648a commit 58f9a56

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

app/code/Magento/User/Test/Mftf/Test/AdminDeleteAdminUserEntityTest.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,15 +14,15 @@
1414
<stories value="Delete Admin User"/>
1515
<title value="Admin user is able to delete a user account"/>
1616
<description value="Admin user is able to delete a user account"/>
17+
<testCaseId value="MC-14270"/>
1718
<group value="user"/>
1819
<group value="mtf_migrated"/>
1920
</annotations>
2021

2122
<before>
2223
<!--Create New Admin User-->
23-
<executeJS function="return '{{DefaultAdminUser.password}}'" stepKey="adminPassword" />
2424
<createData entity="NewAdminUser" stepKey="user">
25-
<field key="current_password">{$adminPassword}</field>
25+
<field key="current_password">{{DefaultAdminUser.password}}</field>
2626
</createData>
2727

2828
<actionGroup ref="LoginAsAdmin" stepKey="logIn"/>

app/code/Magento/User/Test/Mftf/Test/AdminDeleteOwnAdminUserAccountTest.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@
1414
<stories value="Delete Admin User"/>
1515
<title value="Admin user is not able to delete the own account"/>
1616
<description value="Admin user is not able to delete the own account"/>
17+
<testCaseId value="MC-14271"/>
1718
<group value="user"/>
1819
<group value="mtf_migrated"/>
1920
</annotations>

0 commit comments

Comments
 (0)