Skip to content

Commit adc44c2

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

File tree

1 file changed

+20
-0
lines changed

1 file changed

+20
-0
lines changed
Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
<?xml version="1.0"?>
2+
<!--
3+
/**
4+
* Copyright © Magento, Inc. All rights reserved.
5+
* See COPYING.txt for license details.
6+
*/
7+
-->
8+
<config xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
9+
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">
16+
<allow>
17+
<class value="\Magento\User\Test\TestCase\UpdateAdminUserEntityTest" />
18+
</allow>
19+
</rule>
20+
</config>

0 commit comments

Comments
 (0)