Skip to content

Commit b95dcf3

Browse files
committed
MQE-1867: [MTF-MFTF] Process PR #713
Added test case Id and indentation fix
1 parent c673658 commit b95dcf3

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

app/code/Magento/Config/Test/Mftf/ActionGroup/AdminExpandSecurityTabActionGroup.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,6 @@
99
<actionGroups xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
1010
xsi:noNamespaceSchemaLocation="urn:magento:mftf:Test/etc/actionGroupSchema.xsd">
1111
<actionGroup name="AdminExpandSecurityTabActionGroup">
12-
<conditionalClick selector="{{AdminSection.SecurityTab}}" dependentSelector="{{AdminSection.CheckIfTabExpand}}" visible="true" stepKey="openSecurityTab"/>
12+
<conditionalClick selector="{{AdminSection.SecurityTab}}" dependentSelector="{{AdminSection.CheckIfTabExpand}}" visible="true" stepKey="openSecurityTab"/>
1313
</actionGroup>
1414
</actionGroups>

app/code/Magento/User/Test/Mftf/Test/AdminLockAdminUserEntityTest.xml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,8 @@
1414
<stories value="Lock admin user during login"/>
1515
<title value="Lock admin user after entering incorrect password specified number of times"/>
1616
<description value="Lock admin user after entering incorrect password specified number of times"/>
17+
<testCaseId value="MC-14267"/>
18+
<severity value="CRITICAL"/>
1719
<group value="user"/>
1820
<group value="mtf_migrated"/>
1921
</annotations>

0 commit comments

Comments
 (0)