Skip to content

Commit

Permalink
MQE-2046: remove deprecated entities usages in MFTF tests
Browse files Browse the repository at this point in the history
  • Loading branch information
jilu1 committed Apr 11, 2020
1 parent 7993373 commit 7e5b5b1
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -40,8 +40,8 @@
<argument name="productAttributeLabel" value="{{colorProductAttribute.default_label}}"/>
</actionGroup>
<click selector="{{AdminProductAttributeGridSection.ResetFilter}}" stepKey="resetFiltersOnGridFirst"/>
<actionGroup ref="AdminDeleteProductAttributeByLabelActionGroup" stepKey="{{deleteProductSecondAttribute.default_label}}">
<argument name="productAttributeLabel" value="productAttributeColor"/>
<actionGroup ref="AdminDeleteProductAttributeByLabelActionGroup" stepKey="deleteProductSecondAttribute">
<argument name="productAttributeLabel" value="{{productAttributeColor.default_label}}"/>
</actionGroup>
<click selector="{{AdminProductAttributeGridSection.ResetFilter}}" stepKey="resetFiltersOnGridSecond"/>
<deleteData createDataKey="createCategory" stepKey="deleteCategory"/>
Expand Down

0 comments on commit 7e5b5b1

Please sign in to comment.