We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3a00cd7 commit 4e266f2Copy full SHA for 4e266f2
app/code/Magento/Catalog/Test/Mftf/Test/ProductAttributeWithoutValueInCompareListTest.xml
@@ -23,7 +23,7 @@
23
<createData entity="CatalogAttributeSet" stepKey="createAttributeSet"/>
24
<amOnPage url="{{AdminProductAttributeSetEditPage.url}}/$$createAttributeSet.attribute_set_id$$/"
25
stepKey="onAttributeSetEdit"/>
26
- <actionGroup ref="AssignAttributeToGroup" stepKey="assignAttributeToGroup">
+ <actionGroup ref="AssignAttributeToGroupActionGroup" stepKey="assignAttributeToGroup">
27
<argument name="group" value="Product Details"/>
28
<argument name="attribute" value="$$createProductAttribute.attribute_code$$"/>
29
</actionGroup>
0 commit comments