Skip to content

Commit b67a37f

Browse files
Merge pull request #2 from magento-tsg/MC-34292
[Arrows] MC-34292: AdminCreateUserRoleWithReportsActionGroup needs to be refactored to be based in CE
2 parents 1c64404 + 0842ac7 commit b67a37f

File tree

2 files changed

+17
-16
lines changed

2 files changed

+17
-16
lines changed

TwoFactorAuth/Test/Mftf/Test/AdminReviewOrderWithOnlyReportsPermissionTest.xml

Lines changed: 0 additions & 16 deletions
This file was deleted.
Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
<?xml version="1.0" encoding="UTF-8"?>
2+
<!--
3+
/**
4+
* Copyright © Magento, Inc. All rights reserved.
5+
* See COPYING.txt for license details.
6+
*/
7+
-->
8+
<tests xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="urn:magento:mftf:Test/etc/testSchema.xsd">
9+
<test name="AdminReviewOrderWithReportsPermissionTest">
10+
<before>
11+
<actionGroup ref="AdminChooseUserRoleResourceActionGroup" before="saveRole" stepKey="enableTfa">
12+
<argument name="resourceId" value="Magento_TwoFactorAuth::tfa"/>
13+
<argument name="resourceName" value="Two Factor Auth"/>
14+
</actionGroup>
15+
</before>
16+
</test>
17+
</tests>

0 commit comments

Comments
 (0)