File tree Expand file tree Collapse file tree 1 file changed +6
-4
lines changed
app/code/Meta/Sales/Test/Mftf/Test Expand file tree Collapse file tree 1 file changed +6
-4
lines changed Original file line number Diff line number Diff line change 3
3
<tests xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance"
4
4
xsi : noNamespaceSchemaLocation =" urn:magento:mftf:Test/etc/testSchema.xsd" >
5
5
<test name =" ProductAttributeWithoutValueInCompareListTest" >
6
- <actionGroup ref =" AssignAttributeToGroupActionGroup" stepKey =" assignAttributeToGroup" >
7
- <argument name =" group" value =" General" />
8
- <argument name =" attribute" value =" $$createProductAttribute.attribute_code$$" />
9
- </actionGroup >
6
+ <before >
7
+ <actionGroup ref =" AssignAttributeToGroupActionGroup" stepKey =" assignAttributeToGroup" >
8
+ <argument name =" group" value =" General" />
9
+ <argument name =" attribute" value =" $$createProductAttribute.attribute_code$$" />
10
+ </actionGroup >
11
+ </before >
10
12
</test >
11
13
</tests >
You can’t perform that action at this time.
0 commit comments