Skip to content

Commit 164510e

Browse files
author
Yevhen Miroshnychenko
committed
MAGETWO-65658: [FT] User with restricted access can't log in to Admin in UpdateAdminUserEntityTest
1 parent adc44c2 commit 164510e

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

dev/tests/functional/testsuites/Magento/Mtf/TestSuite/InjectableTests/update_admin_user_entity_test.xml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -7,14 +7,14 @@
77
-->
88
<config xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
99
xsi:noNamespaceSchemaLocation="../../../../../vendor/magento/mtf/Magento/Mtf/TestRunner/etc/testRunner.xsd">
10-
<!--<rule scope="variation">-->
11-
<!--<allow>-->
12-
<!--<name value="UpdateAdminUserEntityTestVariation2" />-->
13-
<!--</allow>-->
14-
<!--</rule>-->
15-
<rule scope="testsuite">
10+
<rule scope="variation">
1611
<allow>
17-
<class value="\Magento\User\Test\TestCase\UpdateAdminUserEntityTest" />
12+
<name value="UpdateAdminUserEntityTestVariation2" />
1813
</allow>
1914
</rule>
15+
<!--<rule scope="testsuite">-->
16+
<!--<allow>-->
17+
<!--<class value="\Magento\User\Test\TestCase\UpdateAdminUserEntityTest" />-->
18+
<!--</allow>-->
19+
<!--</rule>-->
2020
</config>

0 commit comments

Comments
 (0)