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 23
23
</annotations >
24
24
25
25
<before >
26
- <!-- Preconditions -->
26
+ <!-- Preconditions -->
27
27
<actionGroup ref =" AdminLoginActionGroup" stepKey =" loginAsAdmin" />
28
28
<!-- Store -> Configuration -> Sales -> Tax FPT Enable -->
29
29
<createData entity =" WeeeConfigEnable" stepKey =" enableFPT" />
30
30
<!-- Setting up FPT display settings as needed for test -->
31
31
<magentoCLI command =" config:set tax/weee/display_sales 2" stepKey =" displayPricesInSalesExcludingIncluding" />
32
32
<magentoCLI command =" config:set tax/weee/include_in_subtotal 1" stepKey =" enableIncludeInSubtotal" />
33
33
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 -->
35
35
<createData entity =" FPTProductAttribute" stepKey =" createProductFPTAttribute" />
36
36
<createData entity =" AddToDefaultSet" stepKey =" addFPTToAttributeSet" >
37
37
<requiredEntity createDataKey =" createProductFPTAttribute" />
38
38
</createData >
39
39
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 -->
41
41
<createData entity =" SimpleProduct2" stepKey =" createSimpleProduct" >
42
42
<field key =" price" >100.00</field >
43
43
</createData >
67
67
<actionGroup ref =" AdminLogoutActionGroup" stepKey =" logoutFromAdmin" />
68
68
</after >
69
69
70
- <!-- Test Steps -->
70
+ <!-- Test Steps -->
71
71
72
- <!-- Add simple product with qty 100 to shopping cart -->
72
+ <!-- Add simple product with qty 100 to shopping cart -->
73
73
<actionGroup ref =" StorefrontOpenProductEntityPageActionGroup" stepKey =" openProductPage" >
74
74
<argument name =" product" value =" $$createSimpleProduct$$" />
75
75
</actionGroup >
You can’t perform that action at this time.
0 commit comments