File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed
app/code/Magento/Weee/Test/Mftf/Test Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change 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 >
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 >
You can’t perform that action at this time.
0 commit comments