Skip to content

Commit 738c869

Browse files
committed
- rename the ActionGroup
1 parent cdbd5b2 commit 738c869

File tree

2 files changed

+16
-1
lines changed

2 files changed

+16
-1
lines changed

app/code/Magento/Catalog/Test/Mftf/Test/AdminDeleteConfigurableChildProductsTest.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,7 @@
111111
<actionGroup ref="AssertStorefrontProductAttributeLabelVisibleActionGroup" stepKey="seeProductAttributeLabel">
112112
<argument name="productAttributeLabel" value="$$createConfigProductAttribute.default_value$$"/>
113113
</actionGroup>
114-
<seeElement selector="{{StorefrontProductInfoMainSection.productAttributeOptions1}}" stepKey="seeProductAttributeOptions"/>
114+
<actionGroup ref="AssertStorefrontProductOptionsDropDownVisibleActionGroup" stepKey="seeProductAttributeOptions"/>
115115
<!-- Delete Child products -->
116116
<actionGroup ref="DeleteProductBySkuActionGroup" stepKey="deleteFirstChildProduct">
117117
<argument name="sku" value="$$createConfigChildProduct1.sku$$"/>
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
<?xml version="1.0" encoding="UTF-8"?>
2+
<!--
3+
/**
4+
* Copyright © Magento, Inc. All rights reserved.
5+
* See COPYING.txt for license details.
6+
*/
7+
-->
8+
9+
<actionGroups xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
10+
xsi:noNamespaceSchemaLocation="urn:magento:mftf:Test/etc/actionGroupSchema.xsd">
11+
<actionGroup name="AssertStorefrontProductOptionsDropDownVisibleActionGroup">
12+
13+
<seeElement selector="{{StorefrontProductInfoMainSection.productAttributeOptions1}}" stepKey="seeProductOptionsDropDown"/>
14+
</actionGroup>
15+
</actionGroups>

0 commit comments

Comments
 (0)