Skip to content

Commit 4e266f2

Browse files
Fix action group according to changes in mainline
1 parent 3a00cd7 commit 4e266f2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
<createData entity="CatalogAttributeSet" stepKey="createAttributeSet"/>
2424
<amOnPage url="{{AdminProductAttributeSetEditPage.url}}/$$createAttributeSet.attribute_set_id$$/"
2525
stepKey="onAttributeSetEdit"/>
26-
<actionGroup ref="AssignAttributeToGroup" stepKey="assignAttributeToGroup">
26+
<actionGroup ref="AssignAttributeToGroupActionGroup" stepKey="assignAttributeToGroup">
2727
<argument name="group" value="Product Details"/>
2828
<argument name="attribute" value="$$createProductAttribute.attribute_code$$"/>
2929
</actionGroup>

0 commit comments

Comments
 (0)