Skip to content

Commit cde1785

Browse files
committed
[B2B-3098]: MFTF
- Fixing 2FA failures
1 parent a66c438 commit cde1785

File tree

2 files changed

+2
-8
lines changed

2 files changed

+2
-8
lines changed

TwoFactorAuth/Test/Mftf/Test/AdminReviewOrderWithReportsPermissionTest.xml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,10 +8,7 @@
88
<tests xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="urn:magento:mftf:Test/etc/testSchema.xsd">
99
<test name="AdminReviewOrderWithReportsPermissionTest">
1010
<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>
11+
<comment userInput="BIC workaround" before="saveRole" stepKey="enableTfa"/>
1512
</before>
1613
</test>
1714
</tests>

TwoFactorAuth/Test/Mftf/Test/AdminUpdateUserRoleTest.xml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -15,10 +15,7 @@
1515
<severity value="AVERAGE"/>
1616
</annotations>
1717
<before>
18-
<actionGroup ref="AdminChooseUserRoleResourceActionGroup" before="saveNewRole" stepKey="enableTfa">
19-
<argument name="resourceId" value="Magento_TwoFactorAuth::tfa"/>
20-
<argument name="resourceName" value="Two Factor Auth"/>
21-
</actionGroup>
18+
<comment userInput="BIC workaround" before="saveNewRole" stepKey="enableTfa"/>
2219
</before>
2320
</test>
2421
</tests>

0 commit comments

Comments
 (0)