Skip to content

Commit

Permalink
ENGCOM-7297: [MFTF] Removed redundant ActionGroup #27677
Browse files Browse the repository at this point in the history
 - Merge Pull Request #27677 from Usik2203/magento2:remove-redundant-categoty-page-action-group
 - Merged commits:
   1. a7d1c1e
  • Loading branch information
magento-engcom-team committed Apr 15, 2020
2 parents 985c679 + a7d1c1e commit c20d044
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 16 deletions.

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
<actionGroup ref="AdminSetCMSBlockDisabledActionGroup" stepKey="disableBlock"/>
<actionGroup ref="SaveCMSBlockActionGroup" stepKey="saveCMSBlock"/>

<actionGroup ref="AdminOpenCategoriesPageActionGroup" stepKey="openCategoriesPage"/>
<actionGroup ref="AdminOpenCategoryPageActionGroup" stepKey="openCategoriesPage"/>
<actionGroup ref="AdminCategoriesExpandAllActionGroup" stepKey="expandAll"/>
<actionGroup ref="AdminCategoriesOpenCategoryActionGroup" stepKey="openCategory">
<argument name="category" value="$$newDefaultCategory$$"/>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
<actionGroup ref="AdminLogoutActionGroup" stepKey="logout"/>
</after>

<actionGroup ref="AdminOpenCategoriesPageActionGroup" stepKey="openCategoriesPage"/>
<actionGroup ref="AdminOpenCategoryPageActionGroup" stepKey="openCategoriesPage"/>
<actionGroup ref="AdminCategoriesExpandAllActionGroup" stepKey="expandAll"/>
<actionGroup ref="AdminCategoriesOpenCategoryActionGroup" stepKey="openCategory">
<argument name="category" value="$$newDefaultCategory$$"/>
Expand Down

0 comments on commit c20d044

Please sign in to comment.