Skip to content

Commit 124dc59

Browse files
authored
Merge pull request #28 from magento-cia/MC-42191
MC-42191: MFTF annotations fix
2 parents 46b9fc7 + fb06d4c commit 124dc59

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

TwoFactorAuth/Test/Mftf/Test/AdminUpdateUserRoleTest.xml

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,15 @@
55
* See COPYING.txt for license details.
66
*/
77
-->
8-
<tests xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="urn:magento:mftf:Test/etc/testSchema.xsd">
8+
<tests xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
9+
xsi:noNamespaceSchemaLocation="urn:magento:mftf:Test/etc/testSchema.xsd">
910
<test name="AdminUpdateUserRoleTest">
11+
<annotations>
12+
<stories value="Update admin user entity by changing user role"/>
13+
<title value="Admin User Role Update"/>
14+
<description value="Change full access role for admin user to custom one"/>
15+
<severity value="AVERAGE"/>
16+
</annotations>
1017
<before>
1118
<actionGroup ref="AdminChooseUserRoleResourceActionGroup" before="saveNewRole" stepKey="enableTfa">
1219
<argument name="resourceId" value="Magento_TwoFactorAuth::tfa"/>

0 commit comments

Comments
 (0)