Skip to content

Commit 6e111fb

Browse files
author
Dima Dromov
committed
Add before node to test case
1 parent ae2dbf8 commit 6e111fb

File tree

1 file changed

+6
-4
lines changed

1 file changed

+6
-4
lines changed

app/code/Meta/Sales/Test/Mftf/Test/ProductAttributeWithoutValueInCompareListTest.xml

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,11 @@
33
<tests xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
44
xsi:noNamespaceSchemaLocation="urn:magento:mftf:Test/etc/testSchema.xsd">
55
<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>
1012
</test>
1113
</tests>

0 commit comments

Comments
 (0)