Skip to content

Commit 805668c

Browse files
committed
MC-288: Admin should be able to update existing attributes of child products of a configurable product
- Change actiongroup name
1 parent 5e15203 commit 805668c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

dev/tests/acceptance/tests/functional/Magento/FunctionalTest/Catalog/ActionGroup/AdminProductGridActionGroup.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -154,7 +154,7 @@
154154
</actionGroup>
155155

156156
<!--Delete a product by filtering grid and using delete action-->
157-
<actionGroup name="deleteProductUsingProductGrid2">
157+
<actionGroup name="deleteProductBySku">
158158
<arguments>
159159
<argument name="sku" type="string"/>
160160
</arguments>

dev/tests/acceptance/tests/functional/Magento/FunctionalTest/ConfigurableProduct/Test/AdminConfigurableProductUpdateAttributeTest.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -264,7 +264,7 @@
264264
<waitForPageLoad stepKey="waitForStoreFrontProductPageLoad"/>
265265

266266
<!-- Find the simple product that we just created using the product grid and delete it -->
267-
<actionGroup ref="deleteProductUsingProductGrid2" stepKey="findCreatedProduct2">
267+
<actionGroup ref="deleteProductBySku" stepKey="findCreatedProduct2">
268268
<argument name="sku" value="{{ApiConfigurableProduct.sku}}2-simple"/>
269269
</actionGroup>
270270
</test>

0 commit comments

Comments
 (0)