Skip to content

Commit 753469c

Browse files
authored
Merge pull request #25 from magento-tsg/2.4-develop-jet-pr1
[Jet] Fixes for 2.4 (pr1)
2 parents d42aff9 + c013a57 commit 753469c

File tree

1 file changed

+17
-0
lines changed

1 file changed

+17
-0
lines changed
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="AdminUpdateUserRoleTest">
10+
<before>
11+
<actionGroup ref="AdminChooseUserRoleResourceActionGroup" before="saveNewRole" 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)