Skip to content

Commit a7aea83

Browse files
ENGCOM-7633: MFTF: Deprecate ActionGroup that should no longer be used #28601
- Merge Pull Request #28601 from lbajsarowicz/magento2:refactor/mftf-admin-login-action-group - Merged commits: 1. 1948538 2. 0efe87c
2 parents dc14e50 + 0efe87c commit a7aea83

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)