Skip to content

Commit

Permalink
MQE-1867: [MTF-MFTF] Process PR #713
Browse files Browse the repository at this point in the history
Added test case Id and indentation fix
  • Loading branch information
soumyau committed Oct 29, 2019
1 parent c673658 commit b95dcf3
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,6 @@
<actionGroups xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:noNamespaceSchemaLocation="urn:magento:mftf:Test/etc/actionGroupSchema.xsd">
<actionGroup name="AdminExpandSecurityTabActionGroup">
<conditionalClick selector="{{AdminSection.SecurityTab}}" dependentSelector="{{AdminSection.CheckIfTabExpand}}" visible="true" stepKey="openSecurityTab"/>
<conditionalClick selector="{{AdminSection.SecurityTab}}" dependentSelector="{{AdminSection.CheckIfTabExpand}}" visible="true" stepKey="openSecurityTab"/>
</actionGroup>
</actionGroups>
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,8 @@
<stories value="Lock admin user during login"/>
<title value="Lock admin user after entering incorrect password specified number of times"/>
<description value="Lock admin user after entering incorrect password specified number of times"/>
<testCaseId value="MC-14267"/>
<severity value="CRITICAL"/>
<group value="user"/>
<group value="mtf_migrated"/>
</annotations>
Expand Down

0 comments on commit b95dcf3

Please sign in to comment.