Skip to content

Commit e0219db

Browse files
committed
removed redundant argument in action group
1 parent 6d51d53 commit e0219db

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

app/code/Magento/Catalog/Test/Mftf/ActionGroup/AdminCategoriesExpandAllActionGroup.xml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,6 @@
88
<actionGroups xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
99
xsi:noNamespaceSchemaLocation="urn:magento:mftf:Test/etc/actionGroupSchema.xsd">
1010
<actionGroup name="AdminCategoriesExpandAllActionGroup">
11-
<arguments>
12-
<argument name="category" defaultValue="_defaultCategory"/>
13-
</arguments>
1411
<click selector="{{AdminCategorySidebarTreeSection.expandAll}}" stepKey="clickExpandAll"/>
1512
</actionGroup>
1613
</actionGroups>

0 commit comments

Comments
 (0)