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 32247ca commit 660af8fCopy full SHA for 660af8f
app/code/Magento/User/Test/Mftf/ActionGroup/AdminDeleteRoleActionGroup.xml
@@ -12,6 +12,9 @@
12
<annotations>
13
<description>Deletes a User Role.</description>
14
</annotations>
15
+ <arguments>
16
+ <argument name="role" defaultValue=""/>
17
+ </arguments>
18
19
<click stepKey="clickResetFilterButtonBefore" selector="{{AdminRoleGridSection.resetButton}}"/>
20
<waitForPageLoad stepKey="waitForRolesGridFilterResetBefore" time="10"/>
@@ -35,4 +38,4 @@
35
38
<click stepKey="clickResetFilterButtonAfter" selector="{{AdminRoleGridSection.resetButton}}"/>
36
39
<waitForPageLoad stepKey="waitForRolesGridFilterResetAfter" time="10"/>
37
40
</actionGroup>
-</actionGroups>
41
+</actionGroups>
0 commit comments