File tree Expand file tree Collapse file tree 3 files changed +27
-1
lines changed
dev/tests/functional/tests/app/Magento/User/Test Expand file tree Collapse file tree 3 files changed +27
-1
lines changed Original file line number Diff line number Diff line change @@ -35,6 +35,7 @@ class UpdateAdminUserEntityTest extends Injectable
35
35
/* tags */
36
36
const MVP = 'no ' ;
37
37
const TEST_TYPE = 'acceptance_test, extended_acceptance_test ' ;
38
+ const SEVERITY = 'S3 ' ;
38
39
/* end tags */
39
40
40
41
/**
Original file line number Diff line number Diff line change 8
8
<config xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance" xsi : noNamespaceSchemaLocation =" ../../../../../../vendor/magento/mtf/etc/variations.xsd" >
9
9
<testCase name =" Magento\User\Test\TestCase\UpdateAdminUserEntityTest" summary =" Update Admin User" ticketId =" MAGETWO-24345" >
10
10
<variation name =" UpdateAdminUserEntityTestVariation2" >
11
- <data name =" issue " xsi : type =" string" >MAGETWO-65658: [FT] User with restricted access can't log in to Admin in UpdateAdminUserEntityTest </data >
11
+ <data name =" tag " xsi : type =" string" >severity:S3 </data >
12
12
<data name =" initialUser/dataset" xsi : type =" string" >custom_admin_with_default_role</data >
13
13
<data name =" user/data/role_id/dataset" xsi : type =" string" >role::role_sales</data >
14
14
<data name =" user/data/current_password" xsi : type =" string" >123123q</data >
Original file line number Diff line number Diff line change 8
8
<config xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance" xsi : noNamespaceSchemaLocation =" urn:magento:framework:ObjectManager/etc/config.xsd" >
9
9
<preference for =" Magento\User\Test\Handler\Role\RoleInterface" type =" Magento\User\Test\Handler\Role\Curl" />
10
10
<preference for =" Magento\User\Test\Handler\User\UserInterface" type =" Magento\User\Test\Handler\User\Curl" />
11
+ <type name =" Magento\User\Test\Constraint\AssertUserSuccessSaveMessage" >
12
+ <arguments >
13
+ <argument name =" severity" xsi : type =" string" >S3</argument >
14
+ </arguments >
15
+ </type >
16
+ <type name =" Magento\User\Test\Constraint\AssertUserInGrid" >
17
+ <arguments >
18
+ <argument name =" severity" xsi : type =" string" >S3</argument >
19
+ </arguments >
20
+ </type >
21
+ <type name =" Magento\User\Test\Constraint\AssertUserSuccessLogOut" >
22
+ <arguments >
23
+ <argument name =" severity" xsi : type =" string" >S3</argument >
24
+ </arguments >
25
+ </type >
26
+ <type name =" Magento\User\Test\Constraint\AssertUserSuccessLogin" >
27
+ <arguments >
28
+ <argument name =" severity" xsi : type =" string" >S3</argument >
29
+ </arguments >
30
+ </type >
31
+ <type name =" Magento\User\Test\Constraint\AssertUserRoleRestrictedAccess" >
32
+ <arguments >
33
+ <argument name =" severity" xsi : type =" string" >S3</argument >
34
+ </arguments >
35
+ </type >
11
36
</config >
You can’t perform that action at this time.
0 commit comments