Skip to content

Commit fdc7c9d

Browse files
author
Oleksandr Dubovyk
committed
MC-35804: Admin dashboard shows data from all stores
- refactored fix
1 parent dc79f56 commit fdc7c9d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

app/code/Magento/User/Test/Mftf/ActionGroup/AdminDeleteRoleActionGroup.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,9 @@
88

99
<actionGroups xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
1010
xsi:noNamespaceSchemaLocation="urn:magento:mftf:Test/etc/actionGroupSchema.xsd">
11-
<actionGroup name="AdminDeleteRoleActionGroup">
11+
<actionGroup name="AdminDeleteRoleActionGroup" deprecated="ActionGroup duplicates existing 'AdminDeleteUserRoleActionGroup'">
1212
<annotations>
13-
<description>Deletes a User Role. Avoid using of this ActionGroup, it duplicates existing "AdminDeleteUserRoleActionGroup"</description>
13+
<description>DEPRECATED. Deletes a User Role.</description>
1414
</annotations>
1515
<arguments>
1616
<argument name="role" defaultValue=""/>

0 commit comments

Comments
 (0)