We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dc79f56 commit fdc7c9dCopy full SHA for fdc7c9d
app/code/Magento/User/Test/Mftf/ActionGroup/AdminDeleteRoleActionGroup.xml
@@ -8,9 +8,9 @@
8
9
<actionGroups xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
10
xsi:noNamespaceSchemaLocation="urn:magento:mftf:Test/etc/actionGroupSchema.xsd">
11
- <actionGroup name="AdminDeleteRoleActionGroup">
+ <actionGroup name="AdminDeleteRoleActionGroup" deprecated="ActionGroup duplicates existing 'AdminDeleteUserRoleActionGroup'">
12
<annotations>
13
- <description>Deletes a User Role. Avoid using of this ActionGroup, it duplicates existing "AdminDeleteUserRoleActionGroup"</description>
+ <description>DEPRECATED. Deletes a User Role.</description>
14
</annotations>
15
<arguments>
16
<argument name="role" defaultValue=""/>
0 commit comments