We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents d42aff9 + c013a57 commit 753469cCopy full SHA for 753469c
TwoFactorAuth/Test/Mftf/Test/AdminUpdateUserRoleTest.xml
@@ -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