Skip to content

Commit

Permalink
ENGCOM-8226: [MFTF] deprecated GoToAttributeGridPageActionGroup #30081
Browse files Browse the repository at this point in the history
 - Merge Pull Request #30081 from Usik2203/magento2:mftf-deprecated-GoToAttributeGridPageActionGroup
 - Merged commits:
   1. 41f22a3
   2. 705769e
  • Loading branch information
magento-engcom-team committed Sep 18, 2020
2 parents 6783060 + 705769e commit ee2e1e6
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,10 @@
<actionGroups xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:noNamespaceSchemaLocation="urn:magento:mftf:Test/etc/actionGroupSchema.xsd">
<actionGroup name="AdminOpenAttributeSetGridPageActionGroup">
<annotations>
<description>Open the Attribute Sets grid page.</description>
</annotations>

<amOnPage url="{{AdminProductAttributeSetGridPage.url}}" stepKey="goToAttributeSetPage"/>
<waitForPageLoad stepKey="waitForAttributeSetPageLoad"/>
</actionGroup>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

<actionGroups xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:noNamespaceSchemaLocation="urn:magento:mftf:Test/etc/actionGroupSchema.xsd">
<actionGroup name="GoToAttributeGridPageActionGroup">
<actionGroup name="GoToAttributeGridPageActionGroup" deprecated="Use AdminOpenAttributeSetGridPageActionGroup instead.">
<annotations>
<description>Goes to the Attribute Sets grid page.</description>
</annotations>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@

<!-- Assign attribute to set -->
<actionGroup ref="AdminLoginActionGroup" stepKey="loginAsAdmin"/>
<actionGroup ref="GoToAttributeGridPageActionGroup" stepKey="goToAttributeSetPage"/>
<actionGroup ref="AdminOpenAttributeSetGridPageActionGroup" stepKey="goToAttributeSetPage"/>
<actionGroup ref="GoToAttributeSetByNameActionGroup" stepKey="openAttributeSetByName">
<argument name="name" value="$createAttributeSet.attribute_set_name$"/>
</actionGroup>
Expand Down

0 comments on commit ee2e1e6

Please sign in to comment.