Skip to content

Commit 91e0604

Browse files
committed
remove test debug group (#22833)
1 parent 1b1c12e commit 91e0604

File tree

3 files changed

+0
-5
lines changed

3 files changed

+0
-5
lines changed

app/code/Magento/Security/Test/Mftf/Test/AdminCreateNewUserWithInvalidExpirationTest.xml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,6 @@
1616
<testCaseId value="" />
1717
<severity value="CRITICAL"/>
1818
<group value="security"/>
19-
<group value="debug"/>
2019
</annotations>
2120

2221
<before>

app/code/Magento/Security/Test/Mftf/Test/AdminCreateNewUserWithValidExpirationTest.xml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,6 @@
1616
<testCaseId value="" />
1717
<severity value="CRITICAL"/>
1818
<group value="security"/>
19-
<group value="debug"/>
2019
</annotations>
2120
<before>
2221
<actionGroup ref="LoginAsAdmin" stepKey="loginAsAdmin"/>
@@ -35,12 +34,10 @@
3534
<actionGroup ref="AdminOpenUserEditPageActionGroup" stepKey="openUserEditPage">
3635
<argument name="user" value="NewAdminUser"/>
3736
</actionGroup>
38-
3937
<seeInField userInput="{$expiresDateTime}" selector="input#user_expires_at" stepKey="verifyUserExpirationInField"/>
4038

4139
<actionGroup ref="AdminDeleteCustomUserActionGroup" stepKey="deleteUser">
4240
<argument name="user" value="NewAdminUser"/>
4341
</actionGroup>
44-
<!-- TODO: delete created user -->
4542
</test>
4643
</tests>

app/code/Magento/Security/Test/Mftf/Test/AdminLoginAdminUserWithValidExpiration.xml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,6 @@
1818
<testCaseId value=""/>
1919
<severity value="CRITICAL"/>
2020
<group value="security"/>
21-
<group value="debug"/>
2221
</annotations>
2322

2423
<before>

0 commit comments

Comments
 (0)