Skip to content

Commit 7051b70

Browse files
committed
MQE-1187: Fix MFTF skipped tests
- Fixing argument delta
1 parent 4e3440b commit 7051b70

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
<actionGroup name="AdminCreateRole">
1919
<arguments>
2020
<argument name="role" type="string" defaultValue=""/>
21-
<argument name="scope" type="string" defaultValue="Custom"/>
21+
<argument name="resource" type="string" defaultValue="All"/>
2222
</arguments>
2323
<click selector="{{AdminCreateRoleSection.create}}" stepKey="clickToAddNewRole"/>
2424
<fillField selector="{{AdminCreateRoleSection.name}}" userInput="{{role.name}}" stepKey="setRoleName"/>

0 commit comments

Comments
 (0)