Skip to content

Commit 2f936f3

Browse files
Sahil.kumarSahil.kumar
authored andcommitted
ACQE-4203: Done the changes
1 parent 3180471 commit 2f936f3

File tree

1 file changed

+10
-10
lines changed

1 file changed

+10
-10
lines changed

app/code/Magento/Weee/Test/Mftf/Test/AddingSeveralFPTToSimpleProductTest.xml

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -29,28 +29,28 @@
2929
<!-- Store -> Configuration -> Sales -> Tax FPT Enable -->
3030
<createData entity="WeeeConfigEnable" stepKey="enableFPT"/>
3131

32-
<!-- Fixed Product Tax 1 attribute is created and added to default attribute set -->
33-
<createData entity="FPTProductAttribute" stepKey="createProductFPTAttributeOne"/>
32+
<!-- Fixed Product 1 Tax attribute is created and added to default attribute set -->
33+
<createData entity="FPTProductAttribute" stepKey="createProductFPTAttributeFour"/>
3434
<createData entity="AddToDefaultSet" stepKey="addFPTToAttributeSet1">
35-
<requiredEntity createDataKey="createProductFPTAttributeOne"/>
35+
<requiredEntity createDataKey="createProductFPTAttributeFour"/>
3636
</createData>
3737

3838
<!-- Fixed Product Tax 2 attribute is created and added to default attribute set -->
39-
<createData entity="FPTProductAttribute" stepKey="createProductFPTAttributeTwo"/>
39+
<createData entity="FPTProductAttribute" stepKey="createProductFPTAttributeThree"/>
4040
<createData entity="AddToDefaultSet" stepKey="addFPTToAttributeSet2">
41-
<requiredEntity createDataKey="createProductFPTAttributeTwo"/>
41+
<requiredEntity createDataKey="createProductFPTAttributeThree"/>
4242
</createData>
4343

4444
<!-- Fixed Product Tax 3 attribute is created and added to default attribute set -->
45-
<createData entity="FPTProductAttribute" stepKey="createProductFPTAttributeThree"/>
45+
<createData entity="FPTProductAttribute" stepKey="createProductFPTAttributeTwo"/>
4646
<createData entity="AddToDefaultSet" stepKey="addFPTToAttributeSet3">
47-
<requiredEntity createDataKey="createProductFPTAttributeThree"/>
47+
<requiredEntity createDataKey="createProductFPTAttributeTwo"/>
4848
</createData>
4949

50-
<!-- Fixed Product 4 Tax attribute is created and added to default attribute set -->
51-
<createData entity="FPTProductAttribute" stepKey="createProductFPTAttributeFour"/>
50+
<!-- Fixed Product Tax 4 attribute is created and added to default attribute set -->
51+
<createData entity="FPTProductAttribute" stepKey="createProductFPTAttributeOne"/>
5252
<createData entity="AddToDefaultSet" stepKey="addFPTToAttributeSet4">
53-
<requiredEntity createDataKey="createProductFPTAttributeFour"/>
53+
<requiredEntity createDataKey="createProductFPTAttributeOne"/>
5454
</createData>
5555

5656
<!-- Magento cache is flushed -->

0 commit comments

Comments
 (0)