Skip to content

Commit 521fc38

Browse files
committed
ACP2E-377: Create MFTF Test Coverage For ACP2E-350
1 parent e241e65 commit 521fc38

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

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

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -23,21 +23,21 @@
2323
</annotations>
2424

2525
<before>
26-
<!-- Preconditions -->
26+
<!-- Preconditions -->
2727
<actionGroup ref="AdminLoginActionGroup" stepKey="loginAsAdmin"/>
2828
<!-- Store -> Configuration -> Sales -> Tax FPT Enable -->
2929
<createData entity="WeeeConfigEnable" stepKey="enableFPT"/>
3030
<!-- Setting up FPT display settings as needed for test -->
3131
<magentoCLI command="config:set tax/weee/display_sales 2" stepKey="displayPricesInSalesExcludingIncluding"/>
3232
<magentoCLI command="config:set tax/weee/include_in_subtotal 1" stepKey="enableIncludeInSubtotal"/>
3333

34-
<!-- Fixed Product Tax attribute is created and added to default attribute set -->
34+
<!-- Fixed Product Tax attribute is created and added to default attribute set -->
3535
<createData entity="FPTProductAttribute" stepKey="createProductFPTAttribute"/>
3636
<createData entity="AddToDefaultSet" stepKey="addFPTToAttributeSet">
3737
<requiredEntity createDataKey="createProductFPTAttribute"/>
3838
</createData>
3939

40-
<!-- Simple product is created with Price = 100 and FPT = 2 for Germany -->
40+
<!-- Simple product is created with Price = 100 and FPT = 2 for Germany -->
4141
<createData entity="SimpleProduct2" stepKey="createSimpleProduct">
4242
<field key="price">100.00</field>
4343
</createData>
@@ -67,9 +67,9 @@
6767
<actionGroup ref="AdminLogoutActionGroup" stepKey="logoutFromAdmin"/>
6868
</after>
6969

70-
<!-- Test Steps -->
70+
<!-- Test Steps -->
7171

72-
<!-- Add simple product with qty 100 to shopping cart -->
72+
<!-- Add simple product with qty 100 to shopping cart -->
7373
<actionGroup ref="StorefrontOpenProductEntityPageActionGroup" stepKey="openProductPage">
7474
<argument name="product" value="$$createSimpleProduct$$"/>
7575
</actionGroup>

0 commit comments

Comments
 (0)