Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
okolesnyk committed Apr 3, 2020
1 parent 3e7648a commit 58f9a56
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -14,15 +14,15 @@
<stories value="Delete Admin User"/>
<title value="Admin user is able to delete a user account"/>
<description value="Admin user is able to delete a user account"/>
<testCaseId value="MC-14270"/>
<group value="user"/>
<group value="mtf_migrated"/>
</annotations>

<before>
<!--Create New Admin User-->
<executeJS function="return '{{DefaultAdminUser.password}}'" stepKey="adminPassword" />
<createData entity="NewAdminUser" stepKey="user">
<field key="current_password">{$adminPassword}</field>
<field key="current_password">{{DefaultAdminUser.password}}</field>
</createData>

<actionGroup ref="LoginAsAdmin" stepKey="logIn"/>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@
<stories value="Delete Admin User"/>
<title value="Admin user is not able to delete the own account"/>
<description value="Admin user is not able to delete the own account"/>
<testCaseId value="MC-14271"/>
<group value="user"/>
<group value="mtf_migrated"/>
</annotations>
Expand Down

0 comments on commit 58f9a56

Please sign in to comment.