Skip to content

Commit 1948538

Browse files
committed
Deprecate ActionGroup that should no longer be used (duplicate, not following best practices)
1 parent b3d318d commit 1948538

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

app/code/Magento/User/Test/Mftf/ActionGroup/AdminUserActionGroup.xml renamed to app/code/Magento/User/Test/Mftf/ActionGroup/LoginNewUserActionGroup.xml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,8 @@
55
* See COPYING.txt for license details.
66
*/
77
-->
8-
<actionGroups xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
9-
xsi:noNamespaceSchemaLocation="urn:magento:mftf:Test/etc/actionGroupSchema.xsd">
10-
<!--Login New User-->
11-
<actionGroup name="LoginNewUser">
8+
<actionGroups xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="urn:magento:mftf:Test/etc/actionGroupSchema.xsd">
9+
<actionGroup name="LoginNewUserActionGroup" deprecated="Use AdminLoginActionGroup instead">
1210
<annotations>
1311
<description>Goes to the Backend Admin Login page. Fill Username and Password. Click on Sign In.</description>
1412
</annotations>

0 commit comments

Comments
 (0)