Skip to content

Commit 7e5b5b1

Browse files
committed
MQE-2046: remove deprecated entities usages in MFTF tests
1 parent 7993373 commit 7e5b5b1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

app/code/Magento/ConfigurableProduct/Test/Mftf/Test/StorefrontVisibilityOfDuplicateProductTest.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,8 +40,8 @@
4040
<argument name="productAttributeLabel" value="{{colorProductAttribute.default_label}}"/>
4141
</actionGroup>
4242
<click selector="{{AdminProductAttributeGridSection.ResetFilter}}" stepKey="resetFiltersOnGridFirst"/>
43-
<actionGroup ref="AdminDeleteProductAttributeByLabelActionGroup" stepKey="{{deleteProductSecondAttribute.default_label}}">
44-
<argument name="productAttributeLabel" value="productAttributeColor"/>
43+
<actionGroup ref="AdminDeleteProductAttributeByLabelActionGroup" stepKey="deleteProductSecondAttribute">
44+
<argument name="productAttributeLabel" value="{{productAttributeColor.default_label}}"/>
4545
</actionGroup>
4646
<click selector="{{AdminProductAttributeGridSection.ResetFilter}}" stepKey="resetFiltersOnGridSecond"/>
4747
<deleteData createDataKey="createCategory" stepKey="deleteCategory"/>

0 commit comments

Comments
 (0)