Skip to content

Commit bd8c1d5

Browse files
committed
MQE-2046: remove deprecated entities usages in MFTF tests
1 parent 9dbefe0 commit bd8c1d5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

app/code/Magento/PageBuilder/Test/Mftf/Test/AdminPageBuilderProductsGridTest/AdminPageBuilderVerifySwatchDisplayedInPreviewGridTest.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,8 +29,8 @@
2929
<actionGroup ref="DeleteProductBySkuActionGroup" stepKey="deleteProduct">
3030
<argument name="sku" value="{{BaseConfigurableProduct.sku}}"/>
3131
</actionGroup>
32-
<actionGroup ref="DeleteProductAttributeByLabelActionGroup" stepKey="deleteAttribute">
33-
<argument name="ProductAttribute" value="visualSwatchAttribute"/>
32+
<actionGroup ref="AdminDeleteProductAttributeByLabelActionGroup" stepKey="deleteAttribute">
33+
<argument name="productAttributeLabel" value="{{visualSwatchAttribute.default_label}}"/>
3434
</actionGroup>
3535
<actionGroup ref="AdminLogoutActionGroup" stepKey="logout"/>
3636
</after>

0 commit comments

Comments
 (0)